chore: 菜单表结构更新

This commit is contained in:
hxr
2024-04-28 00:44:27 +08:00
parent 8868517fba
commit 19b8fbbc55
3 changed files with 96 additions and 135 deletions

View File

@@ -102,7 +102,7 @@ public class SysUserController {
@Operation(summary = "修改用户密码")
@PatchMapping(value = "/{userId}/password")
@PreAuthorize("@ss.hasPerm('sys:user:password:edit')")
@PreAuthorize("@ss.hasPerm('sys:user:password:reset')")
public Result updatePassword(
@Parameter(description = "用户ID") @PathVariable Long userId,
@RequestParam String password