From efbdbb9003c9e4c6e949a8e6a859d2008f8e9a77 Mon Sep 17 00:00:00 2001 From: yewj Date: Sat, 21 Sep 2024 15:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/mipsdl/req/base/UdiwmsBasicSkPrescribeRequest.java | 1 + .../resources/mybatis/mapper/other/ctqyy/VYpzsIoInfoMapper.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/mipsdl/req/base/UdiwmsBasicSkPrescribeRequest.java b/src/main/java/com/glxp/mipsdl/req/base/UdiwmsBasicSkPrescribeRequest.java index d3e4c0a..3991ccf 100644 --- a/src/main/java/com/glxp/mipsdl/req/base/UdiwmsBasicSkPrescribeRequest.java +++ b/src/main/java/com/glxp/mipsdl/req/base/UdiwmsBasicSkPrescribeRequest.java @@ -130,5 +130,6 @@ public class UdiwmsBasicSkPrescribeRequest extends ListPageRequest { private String shipperName; private String key; private String busType; + private String keyWords; } diff --git a/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsIoInfoMapper.xml b/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsIoInfoMapper.xml index bc991e3..b5cf2d5 100644 --- a/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsIoInfoMapper.xml +++ b/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsIoInfoMapper.xml @@ -69,7 +69,7 @@ or CONSIGNOR_NAME LIKE '%' || #{udiwmsThrOrderRequest.keyWords} || '%' or CONSIGNEE_NAME LIKE '%' || #{udiwmsThrOrderRequest.keyWords} || '%' or PHYSIC_CODE LIKE '%' || #{udiwmsThrOrderRequest.keyWords} || '%' - or IO_SORT LIKE '%' || #{udiwmsThrOrderRequest.keyWords} || '%') + or IO_SORT = #{udiwmsThrOrderRequest.keyWords}) GROUP BY RECEIPT_NUMBER