From 73caf5a7072976021f43a764ed2ad73404f4d040 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 02 一月 2025 13:42:15 +0800
Subject: [PATCH] mongo索引、运行监控报表调整

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

diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
index 7a95e7d..a503036 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -87,7 +87,7 @@
         SELECT t_yw_point.id, point_name, start_time, end_time, status, unit_name AS remark
         FROM t_yw_point
                  LEFT JOIN t_yw_unit ON t_yw_unit.id = t_yw_point.unit_id AND t_yw_point.deleted = 0
-        WHERE t_yw_point.deleted = 0
+        WHERE t_yw_point.deleted = 0 AND t_yw_point.examine_status = 1
           AND TIMESTAMPDIFF(MONTH, NOW(), end_time) <= (SELECT config_value
                                                         FROM sys_config
                                                         WHERE config_key = 'operation.and.maintenance.expiration.warning.time')
@@ -232,7 +232,7 @@
         deleted = 0 AND serial_number in
         <foreach collection="gbList" open="(" separator="," close=")" item="no">#{no}</foreach>
         GROUP BY
-        serial_number, province_tag_face,province_tag_car,province_tag_videogetTagsByGB, important_tag, important_command_image_tag, dept_tag
+        serial_number, province_tag_face,province_tag_car,province_tag_video, important_tag, important_command_image_tag, dept_tag
     </select>
 
     <select id="selectToCount" resultType="com.ycl.platform.domain.vo.YwPointVO">

--
Gitblit v1.8.0