From 9fb82adabd9a576052ea357ea57b9a6ef65a5484 Mon Sep 17 00:00:00 2001 From: Stang <32996823@qq.com> Date: Thu, 21 Nov 2024 09:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E6=98=8E=E7=BB=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=89=A9=E6=96=99=E7=BC=96=E7=A0=81=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ktg-mes/src/main/resources/mapper/wm/WmsInTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktg-mes/src/main/resources/mapper/wm/WmsInTaskMapper.xml b/ktg-mes/src/main/resources/mapper/wm/WmsInTaskMapper.xml index aa435e3..25319a7 100644 --- a/ktg-mes/src/main/resources/mapper/wm/WmsInTaskMapper.xml +++ b/ktg-mes/src/main/resources/mapper/wm/WmsInTaskMapper.xml @@ -86,7 +86,7 @@ and PLAN_TYPE_ID = #{planTypeId} and PLAN_IN_STATUS = #{planInStatus} and PLAN_IN_CODE = #{planInCode} - and MATERIAL_CODE = #{materialCode} + and MATERIAL_CODE like concat('%', #{materialCode}, '%') and DETAIL_IN_ID = #{detailInId} order by a.CREATE_TIME desc