From af2a8f99681046e836b2ca05c6a43bc29b1e7e38 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 22 七月 2025 15:19:10 +0800
Subject: [PATCH] art: 技术状态鉴定申请-去除按照位置信息

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml
index a2b6082..fdd58e4 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml
@@ -38,6 +38,7 @@
             mdc_equipment_running_section
         WHERE
             equipment_id = #{ equipmentId }
+            AND status <![CDATA[ <> ]]> '22'
             AND  (start_long &lt;= #{ endLong } AND end_long &gt;= #{ startLong })
         ORDER BY
             start_time

--
Gitblit v1.9.3