From d2756e02d9a9644ee20ced7d8d7ef7bf109126af Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 26 十月 2023 16:29:01 +0800
Subject: [PATCH] Merge branch 'tzskasrs' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs
---
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