From 0a263c5526cdfeb5c872357fa2c116d84483adcd Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 11 七月 2025 09:19:51 +0800 Subject: [PATCH] # --- src/main/resources/mapper/asrs/ViewWorkInMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/asrs/ViewWorkInMapper.xml b/src/main/resources/mapper/asrs/ViewWorkInMapper.xml index 9f1796e..a595e2f 100644 --- a/src/main/resources/mapper/asrs/ViewWorkInMapper.xml +++ b/src/main/resources/mapper/asrs/ViewWorkInMapper.xml @@ -15,7 +15,7 @@ and anfme = #{anfme} </if> <if test="order_no != null and order_no != ''"> - and order_no = #{order_no} + and order_no like '%' + #{order_no} + '%' </if> <!-- <if test="maktx!=null and maktx!='' ">--> <!-- and (maktx like '%' + #{maktx} + '%'--> -- Gitblit v1.9.1