From cf7a09fdfb98e41039e08af1ff5e9dacfbecfc03 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期三, 23 八月 2023 17:13:31 +0800
Subject: [PATCH] 新增配置工具类 迁移配置信息实体类到common包

---
 ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml b/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml
index 0829d05..d6498b6 100644
--- a/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml
+++ b/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml
@@ -178,9 +178,9 @@
     </insert>
 
     <!--鏌ヨ浠诲姟涓浉鏈哄凡浣跨敤鏃舵-->
-    <select id="getTaskUsedCameraPeriods" parameterType="String" resultType="java.util.List">
+    <select id="getTaskUsedCameraPeriods" parameterType="String" resultType="java.util.HashMap">
         select t.start_time,t.end_time from ard_video_inspect_task t
-        where t.camera_id=#{startMonth}
+        where t.camera_id=#{cameraId}
         ORDER BY t.start_time
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3