Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
c6d0b9a9
Commit
c6d0b9a9
authored
Oct 14, 2020
by
abbfun
Committed by
Gitee
Oct 14, 2020
Browse files
update ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java.
权限字符串修正
parent
08df2c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java
View file @
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment