mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-22 21:39:01 +08:00
update 优化 修改接口权限标识符
This commit is contained in:
@@ -278,7 +278,7 @@ public class SysUserController extends BaseController {
|
||||
* @param userId 用户ID
|
||||
* @return 操作结果
|
||||
*/
|
||||
@SaCheckPermission("system:user:unlock")
|
||||
@SaCheckPermission("system:user:edit")
|
||||
@Log(title = "用户解锁", businessType = BusinessType.OTHER)
|
||||
@RepeatSubmit()
|
||||
@GetMapping("/unlock/{userId}")
|
||||
|
||||
Reference in New Issue
Block a user