From 2d5d3fc43ef7015f46cfd0c3ffc4e685a90fdf53 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期四, 17 四月 2025 09:36:42 +0800
Subject: [PATCH] Snowflake ID

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