From 78df6cc0014e1b9ef290a8ae86c39b63c8fc36e1 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 21 一月 2026 18:31:56 +0800
Subject: [PATCH] no message
---
src/main/resources/mapper/LocDetlMapper.xml | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 9309423..c40aedd 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -94,14 +94,14 @@
and (d.standby3 IS NULL OR d.standby3 = '')
</otherwise>
</choose>
- <choose>
- <when test="boxType1 != null and boxType1 != ''">
- and d.box_type1 = #{boxType1}
- </when>
- <otherwise>
- and (d.box_type1 IS NULL OR d.box_type1 = '')
- </otherwise>
- </choose>
+<!-- <choose>-->
+<!-- <when test="boxType1 != null and boxType1 != ''">-->
+<!-- and d.box_type1 = #{boxType1}-->
+<!-- </when>-->
+<!-- <otherwise>-->
+<!-- and (d.box_type1 IS NULL OR d.box_type1 = '')-->
+<!-- </otherwise>-->
+<!-- </choose>-->
<choose>
<when test="boxType2 != null and boxType2 != ''">
and d.box_type2 = #{boxType2}
@@ -226,14 +226,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