From 9a4530ace0c4305af2d75fc95654a16c6007fd5b Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期三, 07 七月 2021 16:06:15 +0800
Subject: [PATCH] 平仓管理、平仓日入库支持同时查询成品和原材料
---
src/main/resources/mapper/ViewWorkInMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/ViewWorkInMapper.xml b/src/main/resources/mapper/ViewWorkInMapper.xml
index b8c0865..da01a65 100644
--- a/src/main/resources/mapper/ViewWorkInMapper.xml
+++ b/src/main/resources/mapper/ViewWorkInMapper.xml
@@ -26,6 +26,9 @@
or bname like '%' + #{maktx} + '%'
)
</if>
+ <if test="mnemonic!=null and mnemonic != ''">
+ and mnemonic like '%' + #{mnemonic} + '%'
+ </if>
<if test="begin_date!=null and begin_date!='' ">
<![CDATA[
and io_time >= #{begin_date}
--
Gitblit v1.9.1