diff --git a/src/main/java/com/greenorange/promotion/controller/user/UserController.java b/src/main/java/com/greenorange/promotion/controller/user/UserController.java index 64370ab..de8f32e 100644 --- a/src/main/java/com/greenorange/promotion/controller/user/UserController.java +++ b/src/main/java/com/greenorange/promotion/controller/user/UserController.java @@ -99,11 +99,11 @@ public class UserController { } - /** - * web端管理员批量删除用户 - * @param commonBatchRequest id列表 - * @return 是否删除成功 - */ +// /** +// * web端管理员批量删除用户 +// * @param commonBatchRequest id列表 +// * @return 是否删除成功 +// */ @PostMapping("delBatch") @Operation(summary = "web端管理员批量删除用户", description = "参数:id列表,权限:管理员(boss, admin),方法名:delBatchUser") @AuthCheck(mustRole = UserConstant.ADMIN_ROLE)