From c8934d00792358c042de75f659f96372dd6bca37 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 09 八月 2024 16:01:59 +0800
Subject: [PATCH] 点位导入增加标签

---
 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