From 01175f85df1e8402ada5a30aacfeb18fa621e95e Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期三, 28 一月 2026 16:15:11 +0800
Subject: [PATCH] 委外加工出库单同步+PDA出库功能
---
src/main/resources/mapper/LocDetlMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index dec2413..4bdb76e 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -53,8 +53,8 @@
<if test="supplier!=null and supplier!=null">
and a.supplier like '%' + #{supplier} + '%'
</if>
- <if test="warehouse!=null and warehouse!=null">
- and a.warehouse like '%' + #{warehouse} + '%'
+ <if test="mnemonic!=null and mnemonic!=null">
+ and a.mnemonic like '%' + #{mnemonic} + '%'
</if>
</sql>
--
Gitblit v1.9.1