From f8158a3dee678624cd9044bcdc9a8d10c3a8f4ae Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 15 一月 2026 13:02:49 +0800
Subject: [PATCH] no message
---
src/main/resources/mapper/LocDetlMapper.xml | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 03e2acd..6fc681c 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -128,22 +128,22 @@
<!-- and (a.batch IS NULL OR a.batch = '')-->
<!-- </otherwise>-->
</choose>
- <choose>
- <when test="brand != null and brand != ''">
- and a.brand = #{brand}
- </when>
+<!-- <choose>-->
+<!-- <when test="brand != null and brand != ''">-->
+<!-- and a.brand = #{brand}-->
+<!-- </when>-->
+<!--<!– <otherwise>–>-->
+<!--<!– and (a.brand IS NULL OR a.brand = '')–>-->
+<!--<!– </otherwise>–>-->
+<!-- </choose>-->
+<!-- <choose>-->
+<!-- <when test="standby1 != null and standby1 != ''">-->
+<!-- and a.standby1 = #{standby1}-->
+<!-- </when>-->
<!-- <otherwise>-->
-<!-- and (a.brand IS NULL OR a.brand = '')-->
+<!-- and (a.standby1 IS NULL OR a.standby1 = '')-->
<!-- </otherwise>-->
- </choose>
- <choose>
- <when test="standby1 != null and standby1 != ''">
- and a.standby1 = #{standby1}
- </when>
- <otherwise>
- and (a.standby1 IS NULL OR a.standby1 = '')
- </otherwise>
- </choose>
+<!-- </choose>-->
<choose>
<when test="standby2 != null and standby2 != ''">
and a.standby2 = #{standby2}
--
Gitblit v1.9.1