Pre Merge pull request !141 from 刘鹏/master

This commit is contained in:
刘鹏 2022-02-12 06:29:39 +00:00 committed by Gitee
commit 9b9f3bf903
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") @PutMapping("/updatePwd")
public AjaxResult updatePwd(String oldPassword, String newPassword) public AjaxResult updatePwd(String oldPassword, String newPassword)
{ {