From 09b04dd475fffad1d38cecf946cd09b6698b0938 Mon Sep 17 00:00:00 2001 From: zc <zc> Date: 星期四, 25 七月 2024 14:40:18 +0800 Subject: [PATCH] 需求 --- 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