update 优化 修改接口权限标识符

This commit is contained in:
疯狂的狮子Li
2026-03-18 13:36:44 +08:00
parent bcdbd7ec3a
commit afdc8366f2

View File

@@ -278,7 +278,7 @@ public class SysUserController extends BaseController {
* @param userId 用户ID * @param userId 用户ID
* @return 操作结果 * @return 操作结果
*/ */
@SaCheckPermission("system:user:unlock") @SaCheckPermission("system:user:edit")
@Log(title = "用户解锁", businessType = BusinessType.OTHER) @Log(title = "用户解锁", businessType = BusinessType.OTHER)
@RepeatSubmit() @RepeatSubmit()
@GetMapping("/unlock/{userId}") @GetMapping("/unlock/{userId}")