若依
2020-10-26 7de2cf77b4ee7b2f36402935cf01ca3d44d6e84c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java
@@ -175,7 +175,7 @@
    /**
     * 重置密码
     */
    @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)