From 6deb8e29519f261332e77cc9763ebd26b4015b92 Mon Sep 17 00:00:00 2001 From: ZZ Date: Fri, 7 Jan 2022 13:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A9=E7=BC=96=E5=8F=B7=E9=9D=9E=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcHistoryOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcHistoryOrderMapper.xml b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcHistoryOrderMapper.xml index 1a12bae2..ef009069 100644 --- a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcHistoryOrderMapper.xml +++ b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcHistoryOrderMapper.xml @@ -707,7 +707,7 @@ and ho.internet_serial_number like concat('%', #{internetSerialNumber}, '%') - and ter.name like concat('%', #{terminalName}, '%') + and ter.name like concat(#{terminalName}, '%') and ho.vin_normal like concat('%', #{vinCode}, '%')