From 92705ac08a97ddc4904795f024723aab69e1abd8 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期六, 05 四月 2025 21:47:59 +0800
Subject: [PATCH] 修改

---
 src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml b/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
index f073930..0e5d8df 100644
--- a/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
+++ b/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
@@ -49,6 +49,9 @@
         <if test="cabinId!=null">
             and a.cabin_id = ${cabinId}
         </if>
+        <if test="isealCabin!=null">
+            and a.iseal_cabin = ${isealCabin}
+        </if>
         <if test="type!=null and type!=''">
             and a.type = #{type}
         </if>

--
Gitblit v1.9.1