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