From 6b8690656814f44d642cc1cfc22de6e7c0923614 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 12 一月 2026 10:16:46 +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 03e2acd..d033522 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -136,14 +136,14 @@
<!-- 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.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>
<when test="standby2 != null and standby2 != ''">
and a.standby2 = #{standby2}
--
Gitblit v1.9.1