Commit 203b54e5 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !106 from abbfun/N/A
parents 403f5c5d c6d0b9a9
......@@ -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)
@PutMapping("/resetPwd")
public AjaxResult resetPwd(@RequestBody SysUser user)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment