mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-20 09:12:55 +08:00
调整用户信息编辑字段
This commit is contained in:
@@ -160,7 +160,6 @@ public class UserServiceImpl implements IUserService {
|
||||
throw new OperateException("当前账号已存在!");
|
||||
}
|
||||
}
|
||||
|
||||
user.setUsername(value);
|
||||
break;
|
||||
case "realName":
|
||||
|
||||
Reference in New Issue
Block a user