From f326bde6a31fdf5a758739ba09522defcf9b2331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 28 Oct 2025 11:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=87=E6=BB=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/wms/WmsPrintMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index 9cccbed..62b26d8 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -210,6 +210,15 @@ #{warehouseId} + + and A.orderref0 = #{query.orderref0} + + + and A.orderref1 like '%'+ #{query.orderref1}+'%' + + + and A.remark like '%'+ #{query.remark}+'%' + and A.location_id like '%'+ #{query.locationId}+'%'