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