From f3e116dd3bbdd132cd5cb49c99cbf9ba59f112d8 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期六, 31 一月 2026 08:40:47 +0800
Subject: [PATCH] no message

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

diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 3f3e522..d0b8de8 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -97,14 +97,14 @@
                 and (standby3 IS NULL OR standby3 = '')
             </otherwise>
         </choose>
-        <choose>
-            <when test="boxType1 != null and boxType1 != ''">
-                and box_type1 = #{boxType1}
-            </when>
-            <otherwise>
-                and (box_type1 IS NULL OR box_type1 = '')
-            </otherwise>
-        </choose>
+<!--        <choose>-->
+<!--            <when test="boxType1 != null and boxType1 != ''">-->
+<!--                and box_type1 = #{boxType1}-->
+<!--            </when>-->
+<!--            <otherwise>-->
+<!--                and (box_type1 IS NULL OR box_type1 = '')-->
+<!--            </otherwise>-->
+<!--        </choose>-->
         <choose>
             <when test="boxType2 != null and boxType2 != ''">
                 and box_type2 = #{boxType2}

--
Gitblit v1.9.1