修改密码时,不保存请求的参数

This commit is contained in:
PengLiu 2022-01-23 20:05:38 +08:00
parent 0c24d59a2c
commit 7c179e17d8
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class SysProfileController extends BaseController
/**
* 重置密码
*/
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
@Log(title = "个人信息", isSaveRequestData=false, businessType = BusinessType.UPDATE)
@PutMapping("/updatePwd")
public AjaxResult updatePwd(String oldPassword, String newPassword)
{