From 5f5cf5b1b4683a56fd0c85a0d89d14a4c0268cde Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期五, 07 七月 2023 17:08:49 +0800 Subject: [PATCH] 增加外联报警数据接收入库和引导就近光电 增加外联报警业务功能 --- 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