mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	update ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java.
权限字符串修正
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 abbfun
					abbfun