From ebd350fdcd24a78121770283d4de142f7479c2bd Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 27 五月 2025 17:57:59 +0800
Subject: [PATCH] #ZH
---
src/main/resources/mapper/LocMastMapper.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 766aa42..c94c129 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -42,8 +42,11 @@
</resultMap>
<sql id="batchSeq">
+ <if test="locSts != null and locSts != ''">
+ and LOC_STS = #{locSts}
+ </if>
<if test="locNo != null and locNo != ''">
- and LOC_NO like '%' + #{locNo} + '%'
+ and LOC_NO = #{locNo}
</if>
<if test="whsType != null and whsType != 0">
and WHS_TYPE = #{whsType}
--
Gitblit v1.9.1