From 5684684300cdab889f53f0a61cd6c04dd6f0d7c0 Mon Sep 17 00:00:00 2001
From: philip <244793088@qq.com>
Date: Thu, 26 Aug 2021 18:30:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=89=8D=E5=87=86=E5=A4=87=E5=87=86?=
=?UTF-8?q?=E5=A4=87=E5=AE=8C=E6=88=90=E4=B8=8D=E5=8C=85=E5=90=AB=E5=B7=B2?=
=?UTF-8?q?=E6=89=93=E5=8D=B0?=
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 d1238a0d..bf0d83dd 100644
--- a/common/src/main/resources/mapper/ProdReadyTaskMapper.xml
+++ b/common/src/main/resources/mapper/ProdReadyTaskMapper.xml
@@ -655,7 +655,7 @@
AND ZPRT.WORK_CENTER=#{entity.workCenter}
AND ZPRT.RESRCE=#{entity.resrce}
AND ZSD.DISPATCH_NO=#{entity.dispatchNo}
- AND ZPRT.STATUS=#{entity.status}
+ AND (ZPL.IS_PRINT is NULL OR ZPL.IS_PRINT='false' )AND ZPRT.STATUS=#{entity.status}
AND ZPL.IS_PRINT='true' AND ZPRT.STATUS='FINISH'
AND ZPRT.RESULT=#{entity.result}
AND ZSD.DISPATCH_STATUS=#{entity.sfcStepStatus}