调整用户信息编辑字段
This commit is contained in:
parent
54b5d76d01
commit
67c57a5d08
|
|
@ -160,7 +160,6 @@ public class UserServiceImpl implements IUserService {
|
|||
throw new OperateException("当前账号已存在!");
|
||||
}
|
||||
}
|
||||
|
||||
user.setUsername(value);
|
||||
break;
|
||||
case "realName":
|
||||
|
|
|
|||
Loading…
Reference in New Issue