From d8852b852861a667a863f4e63431491ac2ff032b Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 09 八月 2024 16:35:28 +0800
Subject: [PATCH] 录像可用接口remove调整为删除昨日数据

---
 ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
index c500d7d..28f53bf 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -83,7 +83,10 @@
                m.ip,
                yu.unit_name,
                yp.start_time,
-               yp.end_time
+               yp.end_time,
+               yp.province_tag,
+               yp.important_tag,
+               yp.important_command_image_tag
         FROM
              t_yw_point yp
                  INNER JOIN t_monitor m ON yp.serial_number = m.serial_number

--
Gitblit v1.8.0