From 23d98e719feeba8440522a4474c473cabc10d832 Mon Sep 17 00:00:00 2001
From: zc <zc>
Date: 星期一, 29 七月 2024 10:42:57 +0800
Subject: [PATCH] 代码bug修改调试
---
src/main/resources/mapper/ViewWorkInMapper.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/ViewWorkInMapper.xml b/src/main/resources/mapper/ViewWorkInMapper.xml
index 0f5d0cd..6340944 100644
--- a/src/main/resources/mapper/ViewWorkInMapper.xml
+++ b/src/main/resources/mapper/ViewWorkInMapper.xml
@@ -48,6 +48,12 @@
<if test="specs != null and specs != ''">
and specs like concat('%',#{specs},'%')
</if>
+ <if test="outOrderNo != null and outOrderNo != ''">
+ and out_order_no like concat('%',#{outOrderNo},'%')
+ </if>
+ <if test="sPgNO != null and sPgNO != ''">
+ and pg_no like concat('%',#{sPgNO},'%')
+ </if>
</sql>
<sql id="viewWorkOutConditionSql">
--
Gitblit v1.9.1