mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	修改密码更新缓存信息
This commit is contained in:
		@@ -91,7 +91,14 @@ public class SysProfileController extends BaseController
 | 
			
		||||
        {
 | 
			
		||||
            return AjaxResult.error("新密码不能与旧密码相同");
 | 
			
		||||
        }
 | 
			
		||||
        return toAjax(userService.resetUserPwd(userName, SecurityUtils.encryptPassword(newPassword)));
 | 
			
		||||
        if (userService.resetUserPwd(userName, SecurityUtils.encryptPassword(newPassword)) > 0)
 | 
			
		||||
        {
 | 
			
		||||
            // 更新缓存用户密码
 | 
			
		||||
            loginUser.getUser().setPassword(SecurityUtils.encryptPassword(newPassword));
 | 
			
		||||
            tokenService.setLoginUser(loginUser);
 | 
			
		||||
            return AjaxResult.success();
 | 
			
		||||
        }
 | 
			
		||||
        return AjaxResult.error("修改密码异常,请联系管理员");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user