|
@@ -282,7 +282,7 @@ public class ApsProductionOrderServiceImpl extends ServiceImpl<ApsProductionOrde
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- if (checkSchedule) {
|
|
|
|
|
|
+ if (req.getIsNeedPublish()) {
|
|
//=============发布排程================
|
|
//=============发布排程================
|
|
List<String> productOrderIdList = new LinkedList<>();
|
|
List<String> productOrderIdList = new LinkedList<>();
|
|
productOrderIdList.add(apsProductionOrderDo.getId());
|
|
productOrderIdList.add(apsProductionOrderDo.getId());
|