From f1b517787a6deeb2e53c663b527d1bc4e2f65c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Sat, 23 May 2026 17:50:20 +0800 Subject: [PATCH] =?UTF-8?q?bug-1506=20PDA-=E5=8D=B8=E8=BD=A6=E6=B8=85?= =?UTF-8?q?=E7=82=B9=E9=9C=80=E8=A6=81=E6=94=AF=E6=8C=81=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=BD=A6=E7=89=8C=E5=8F=B7=E6=A8=A1=E7=B3=8A=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/WmsShipmentDeliveryMapper.xml | 2 +- .../mapper/WmsShipmentPackagingCodeMapper.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nflg-wms-repository/src/main/resources/mapper/WmsShipmentDeliveryMapper.xml b/nflg-wms-repository/src/main/resources/mapper/WmsShipmentDeliveryMapper.xml index 7c46f765..6db2ec81 100644 --- a/nflg-wms-repository/src/main/resources/mapper/WmsShipmentDeliveryMapper.xml +++ b/nflg-wms-repository/src/main/resources/mapper/WmsShipmentDeliveryMapper.xml @@ -15,7 +15,7 @@ LEFT JOIN dictionary_item di ON c."type"=di."id" INNER JOIN wms_shipment_delivery_item sdi ON sdi.packaging_code_id=c."id" INNER JOIN wms_shipment_delivery sd ON sdi.delivery_id=sd."id" - WHERE sd.plate_number=#{plateNumber} + WHERE sd.plate_number ilike CONCAT('%', #{plateNumber}, '%')