优化代码

This commit is contained in:
RuoYi 2023-08-15 11:30:49 +08:00
parent 8f67bf416b
commit c5e4459bb8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class SysProfileController extends BaseController
{
return error("修改用户'" + user.getUserName() + "'失败,邮箱账号已存在");
}
if (userService.updateUserProfile(user) > 0)
if (userService.updateUserProfile(currentUser) > 0)
{
// 更新缓存用户信息
tokenService.setLoginUser(loginUser);