From f6e687c194354f1c0b883b5ac56da3a8e70db471 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 14 一月 2026 18:43:37 +0800
Subject: [PATCH] 出库工作档功能优化
---
src/main/resources/mapper/LocDetlMapper.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index d033522..6fc681c 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -128,14 +128,14 @@
<!-- and (a.batch IS NULL OR a.batch = '')-->
<!-- </otherwise>-->
</choose>
- <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="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}-->
--
Gitblit v1.9.1