From c4dfbde4b685dba6fd541e5fe6b833cbd009229c Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期一, 18 九月 2023 17:18:19 +0800
Subject: [PATCH] 增加三场数字化

---
 src/main/resources/mapper/ArdCamerasMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/ArdCamerasMapper.xml b/src/main/resources/mapper/ArdCamerasMapper.xml
index 5f5e419..2ecf053 100644
--- a/src/main/resources/mapper/ArdCamerasMapper.xml
+++ b/src/main/resources/mapper/ArdCamerasMapper.xml
@@ -32,6 +32,7 @@
         <result property="operatorExpired" column="operator_expired"/>
         <result property="camMaxVisibleDistance" column="cam_max_visible_distance"/>
         <result property="camAlarmGuideEnable" column="cam_alarm_guide_enable"/>
+        <result property="updateTime" column="update_time"/>
     </resultMap>
 
     <sql id="selectArdCamerasVo">
@@ -60,7 +61,8 @@
                c.operator_id,
                c.operator_expired,
                c.cam_max_visible_distance,
-               c.cam_alarm_guide_enable
+               c.cam_alarm_guide_enable,
+               c.update_time
         from ard_cameras c
     </sql>
 

--
Gitblit v1.9.3