mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-23 13:54:33 +08:00
update 优化 修改接口权限标识符
This commit is contained in:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user