From 1e71bc58ffd44e9bfe2f15f0d227a2abf38caa48 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期日, 01 二月 2026 17:22:44 +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