From 1cc0d488b65a0a153383d284eec7ad86e1cec941 Mon Sep 17 00:00:00 2001
From: bluejay <253316343@qq.com>
Date: 星期一, 14 四月 2025 15:35:56 +0800
Subject: [PATCH] 气体管路,钣金计划 前端联调

---
 aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml
index 10bc513..a25f221 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml
@@ -51,6 +51,7 @@
         <include refid="selectApsGasPipingPlanTempVo"/>
         <where>  
             <if test="batchNumber != null  and batchNumber != ''"> and batch_number = #{batchNumber}</if>
+            and del_flag='0'
         </where>
     </select>
     

--
Gitblit v1.9.3