|
|
@@ -78,7 +78,7 @@ public class UserInfoServiceImpl implements UserInfoService {
|
|
78
|
78
|
@Override
|
|
79
|
79
|
public void add(UserInfo userInfo) {
|
|
80
|
80
|
// TODO Auto-generated method stub
|
|
81
|
|
- userInfo.setPassword(this.getMD5("123456"));
|
|
|
81
|
+ //userInfo.setPassword(this.getMD5("123456"));
|
|
82
|
82
|
UserInfoMapper.insert(userInfo);
|
|
83
|
83
|
// 添加用户角色信息
|
|
84
|
84
|
for (String roleId : userInfo.getRoleIds()) {
|