From 668c2b945dc95069ff1264323d29353da8476eb4 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 25 十月 2023 19:55:15 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocDetlMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index d95340d..7124654 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -68,9 +68,9 @@
             <when test="suppCode != null and suppCode != ''">
                 and supp_code = #{suppCode}
             </when>
-            <otherwise>
-                and (supp_code IS NULL OR supp_code = '')
-            </otherwise>
+<!--            <otherwise>-->
+<!--                and (supp_code IS NULL OR supp_code = '')-->
+<!--            </otherwise>-->
         </choose>
         <include refid="batchSeq"></include>
     </select>

--
Gitblit v1.9.1