From 74c8c3b755eca4795e329818b18c1eec9f879536 Mon Sep 17 00:00:00 2001 From: zpl Date: Tue, 26 Oct 2021 09:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=89=8D=E5=87=86=E5=A4=87=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=9F=A5=E8=AF=A2=EF=BC=8C=E6=8C=89=E7=89=A9=E6=96=99?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/mapper/ProdReadyTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/mapper/ProdReadyTaskMapper.xml b/common/src/main/resources/mapper/ProdReadyTaskMapper.xml index c368953c..43b5daf7 100644 --- a/common/src/main/resources/mapper/ProdReadyTaskMapper.xml +++ b/common/src/main/resources/mapper/ProdReadyTaskMapper.xml @@ -678,7 +678,7 @@ AND ZPRT.SFC=#{entity.sfc} AND ZSD.RESOURCE_TYPE=#{entity.resourceType} AND ZPRT.SHOP_ORDER=#{entity.shopOrder} - AND ZPRT.ITEM=#{entity.item} + AND ZPRT.ITEM LIKE '${entity.item}' AND zsd.BLANKING_SIZE LIKE '%${entity.blankingSize}%' AND TO_CHAR(ZSD.PLANNED_START_DATE,'YYYY-MM-DD')=#{entity.planStartDate} ORDER BY zprt.CREATED_DATE_TIME DESC