From a80b4a7eb099390bb53c967126fa97b30568e1a3 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 01 四月 2025 10:01:38 +0800
Subject: [PATCH] 修改

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

diff --git a/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml b/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
index ffa642e..f073930 100644
--- a/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
+++ b/src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
@@ -47,7 +47,7 @@
             and a.TEAMGROUP_ID = ${teamId}
         </if>
         <if test="cabinId!=null">
-            and a.cabin_id LIKE '%${cabinId}%'
+            and a.cabin_id = ${cabinId}
         </if>
         <if test="type!=null and type!=''">
             and a.type = #{type}
@@ -116,7 +116,7 @@
             and b.TEAMGROUP_ID = ${teamId}
         </if>
         <if test="cabinId!=null">
-            and b.cabin_id LIKE '%${cabinId}%'
+            and b.cabin_id = ${cabinId}
         </if>
         <if test="type!=null and type!=''">
             and b.type = #{type}

--
Gitblit v1.9.1