sucheng 2 месяцев назад
Родитель
Сommit
fcacecb51f

+ 0 - 3
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsProcessOperationProcessEquServiceImpl.java

@@ -3084,9 +3084,6 @@ public class ApsProcessOperationProcessEquServiceImpl extends ServiceImpl<ApsPro
             if (deliverTime == null) {
                 deliverTime = 0;
             }
-            if (apsDeliveryOffsetDo.getId().equals("ac0118d0b14f4948bb455ca5696b1433")){
-                System.out.println(1);
-            }
             //计划成品卷数>0的作业明细的最晚的排程完工时间
             ProductCardAndLatestScheduleEndDateVo productCardAndLatestScheduleEndDateVo = cardIdAndScheduleEndDateList.stream().filter(item -> item.getCardId().equals(productCardVo.getId())).findFirst().orElse(null);
             if (productCardAndLatestScheduleEndDateVo != null) {