From d2b0cd7ae27bb7ea24549d6930a53cbb27c6e44a Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期日, 08 三月 2026 19:55:34 +0800
Subject: [PATCH] no message

---
 src/main/resources/mapper/OrderDetlPakinMapper.xml |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 18adfaf..09cb98f 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -57,14 +57,14 @@
     </resultMap>
 
     <sql id="standbyAll">
-        <choose>
-            <when test="batch != null and batch != ''">
-                and batch = #{batch}
-            </when>
-            <otherwise>
-                and (batch IS NULL OR batch = '')
-            </otherwise>
-        </choose>
+<!--        <choose>-->
+<!--            <when test="batch != null and batch != ''">-->
+<!--                and batch = #{batch}-->
+<!--            </when>-->
+<!--            <otherwise>-->
+<!--                and (batch IS NULL OR batch = '')-->
+<!--            </otherwise>-->
+<!--        </choose>-->
 <!--        <choose>-->
 <!--            <when test="brand != null and brand != ''">-->
 <!--                and brand = #{brand}-->
@@ -77,9 +77,6 @@
             <when test="standby1 != null and standby1 != ''">
                 and standby1 = #{standby1}
             </when>
-            <otherwise>
-                and (standby1 IS NULL OR standby1 = '')
-            </otherwise>
         </choose>
 <!--        <choose>-->
 <!--            <when test="standby2 != null and standby2 != ''">-->

--
Gitblit v1.9.1