From 6493519966944e5d23af8401517d27de424a7259 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 12 十月 2024 19:32:25 +0800
Subject: [PATCH] 工单号bug

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

diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
index 5ee4cad..c38edf2 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
@@ -175,6 +175,7 @@
         left join t_yw_point p on m.serial_number = p.serial_number
         left join sys_dept d on p.dept_id = d.dept_id
         <where>
+            p.examine_status = 1
             <if test="cameraFunType!=null">
                 and m.camera_fun_type like concat('%',#{cameraFunType},'%')
             </if>

--
Gitblit v1.8.0