From d72d46b4cf88d38d5dd3acd02b80a819e8b4a073 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期二, 15 七月 2025 13:42:12 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/asrs/ViewWorkInMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/asrs/ViewWorkInMapper.xml b/src/main/resources/mapper/asrs/ViewWorkInMapper.xml
index 0f5d0cd..a595e2f 100644
--- a/src/main/resources/mapper/asrs/ViewWorkInMapper.xml
+++ b/src/main/resources/mapper/asrs/ViewWorkInMapper.xml
@@ -14,6 +14,9 @@
<if test="anfme != null and anfme != ''">
and anfme = #{anfme}
</if>
+ <if test="order_no != null and order_no != ''">
+ and order_no like '%' + #{order_no} + '%'
+ </if>
<!-- <if test="maktx!=null and maktx!='' ">-->
<!-- and (maktx like '%' + #{maktx} + '%'-->
<!-- or matnr like '%' + #{maktx} + '%'-->
--
Gitblit v1.9.1