🔨 批量执行.

This commit is contained in:
lijiahang
2024-03-13 14:49:47 +08:00
parent 97778f336f
commit 81ae46c181
21 changed files with 486 additions and 88 deletions

View File

@@ -59,6 +59,7 @@ public class OperatorLogController {
@PostMapping("/query-count")
@Operation(summary = "查询操作日志数量")
@PreAuthorize("@ss.hasPermission('infra:operator-log:clear')")
public Long getOperatorLogCount(@RequestBody OperatorLogQueryRequest request) {
return operatorLogService.getOperatorLogCount(request);
}