新增客户
This commit is contained in:
@ -428,7 +428,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
|
||||
* @param user 用户对象
|
||||
* @param clear 清除已存在的关联数据
|
||||
*/
|
||||
private void insertUserRole(SysUserBo user, boolean clear) {
|
||||
public void insertUserRole(SysUserBo user, boolean clear) {
|
||||
this.insertUserRole(user.getUserId(), user.getRoleIds(), clear);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user