Commit d9592854 authored by Administrator's avatar Administrator

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	制证调度系统—测试分析报告.doc
#	制证调度系统—软件需求说明书.doc
parents 2b873e47 a3550ace
...@@ -70,17 +70,7 @@ public class UserInfoServiceImpl implements UserInfoService { ...@@ -70,17 +70,7 @@ public class UserInfoServiceImpl implements UserInfoService {
sysRoleMapper.updateUserRole(userInfo.getId(),roleId); sysRoleMapper.updateUserRole(userInfo.getId(),roleId);
return true; return true;
} }
//
// @Override
// public int delUsername(UserInfo userInfo) {
// userInfoMapper.delUserInfo(userInfo.getUid());
// return 1;
// }
// @Override
// public int updateUsername(UserInfo userInfo) {
// userInfoMapper.updateUserInfo(userInfo);
// return 1;
// }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment