Pre Merge pull request !141 from 刘鹏/master

pull/141/MERGE
刘鹏 4 years ago committed by Gitee
commit 9b9f3bf903

@ -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)
{

Loading…
Cancel
Save