!106 update ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java.

Merge pull request !106 from abbfun/N/A
This commit is contained in:
若依 2020-10-14 17:12:57 +08:00 committed by Gitee
commit 203b54e5aa
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class SysUserController extends BaseController
/** /**
* 重置密码 * 重置密码
*/ */
@PreAuthorize("@ss.hasPermi('system:user:edit')") @PreAuthorize("@ss.hasPermi('system:user:resetPwd')")
@Log(title = "用户管理", businessType = BusinessType.UPDATE) @Log(title = "用户管理", businessType = BusinessType.UPDATE)
@PutMapping("/resetPwd") @PutMapping("/resetPwd")
public AjaxResult resetPwd(@RequestBody SysUser user) public AjaxResult resetPwd(@RequestBody SysUser user)