From b351b7792aca13138119f6443a2fc16111f9d9cc 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 14:19:56 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/wms/WmsPrintMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index 62b26d8..88ac8d9 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -211,7 +211,7 @@ - and A.orderref0 = #{query.orderref0} + and A.orderref0 like '%'+#{query.orderref0}+'%' and A.orderref1 like '%'+ #{query.orderref1}+'%'