liusuyi
2024-06-25 7556c19ef999f51d07d85cb5d13eba27d9efa41e
ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java
@@ -47,6 +47,12 @@
        return getDataTable(list);
    }
    //不校验权限
    @GetMapping("/listByStartTime/noPerm")
    public TableDataInfo listByStartTimeNoPerm(@RequestParam("taskId") String taskId,@RequestParam("startTime") String startTime) {
        List<HashMap> list = ardVideoInspectRecordService.selectTaskRecordByStartTime(taskId,startTime);
        return getDataTable(list);
    }
    @PreAuthorize("@ss.hasPermi('inspect:record:list')")
    @GetMapping("/getFileCountByStartMonth")
    public List getFileCountByStartMonth(@RequestParam("startMonth") String startMonth) {