From dc85547a4e5b3d377c7613efa32fc6cc0ab2e8c1 Mon Sep 17 00:00:00 2001 From: zhangnaisong <2434969829@qq.com> Date: 星期四, 11 四月 2024 09:23:14 +0800 Subject: [PATCH] app光电查询rtsp路径修改提交 --- ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java b/ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java index 6455a6b..e4c4d8e 100644 --- a/ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java +++ b/ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java @@ -47,6 +47,13 @@ return getDataTable(list); } + //涓嶆牎楠屾潈闄� + @GetMapping("/listByStartTime/noPerm") + public TableDataInfo listByStartTimeNoPerm(ArdVideoInspectRecord ardVideoInspectRecord) { + startPage(); + List<HashMap> list = ardVideoInspectRecordService.selectArdVideoInspectRecordListByStartTime(ardVideoInspectRecord); + return getDataTable(list); + } @PreAuthorize("@ss.hasPermi('inspect:record:list')") @GetMapping("/getFileCountByStartMonth") public List getFileCountByStartMonth(@RequestParam("startMonth") String startMonth) { -- Gitblit v1.9.3