调整用户信息编辑字段

This commit is contained in:
TinyAnts 2022-09-08 18:34:14 +08:00
parent 54b5d76d01
commit 67c57a5d08
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ public class UserServiceImpl implements IUserService {
throw new OperateException("当前账号已存在!");
}
}
user.setUsername(value);
break;
case "realName":