From 780461e27d87b769b6f9649a9a7fa532d880a2e9 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期三, 07 一月 2026 14:54:37 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/LocDetlMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index c9ff0bc..91f37f4 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -54,11 +54,11 @@
</resultMap>
<sql id="batchSeq123">
<choose>
- <when test="standby1 != null and standby1 != ''">
- and d.standby1 = #{standby1}
+ <when test="boxType3 != null and boxType3 != ''">
+ and a.box_type3 = #{boxType3}
</when>
<otherwise>
- and (d.standby1 IS NULL OR d.standby1 = '')
+ and (a.box_type3 IS NULL OR a.box_type3 = '')
</otherwise>
</choose>
</sql>
--
Gitblit v1.9.1