优化代码
This commit is contained in:
		
							parent
							
								
									8f67bf416b
								
							
						
					
					
						commit
						c5e4459bb8
					
				@ -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);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user