From a36f6d72f72d26ef0dd6e13f9af554787924e8d6 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 27 一月 2026 18:58:13 +0800
Subject: [PATCH] 生成领料单-pda+后台

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