旗开得胜
This commit is contained in:
parent
dbedf22679
commit
ea6050ae6f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user