From 303cd1164edd208ee6b9ea70daeec9ade31ec9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Thu, 9 Oct 2025 14:03:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=9B=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=87=BA=E5=BA=93=E5=8D=95=E6=9F=A5=E8=AF=A2=E5=87=BA?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WmsComponentPackingMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml b/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml index 058fa3aa..5c412a41 100644 --- a/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml +++ b/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml @@ -8,7 +8,7 @@ from wms_component_packing - and no ilike concat('%', #{request.no}, '%') + and "no" ilike concat('%', #{request.no}, '%') and name1 ilike concat('%', #{request.name1}, '%') @@ -41,7 +41,7 @@ from wms_component_packing where is_completed=0 - and (no like concat('%', #{no}, '%') or vbelv like concat('%', #{no}, '%')) + and ("no" like concat('%', #{no}, '%') or vbelv like concat('%', #{no}, '%')) order by datum desc