From ed72baa5f60f2d86cc58799ce96c658321a54d79 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期五, 30 四月 2021 13:53:54 +0800
Subject: [PATCH] 1.erp立库出库对接 2.erp平仓出库对接

---
 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