|
@@ -50,8 +50,8 @@ public class ProductionScheduleServiceImpl implements ProductionScheduleService
|
|
|
*/
|
|
|
@Override
|
|
|
public ProductionScheduleRetVo productionSchedule(ProductionScheduleVo productionScheduleVo) throws Exception{
|
|
|
- List<ProductionProcesses> collect = productionScheduleVo.getProcesses().stream().filter(v -> !"73319cb938da46feb9989e1ff29766c1".equals(v.getProduceOrder().get(0).getId())).collect(Collectors.toList());
|
|
|
- productionScheduleVo.setProcesses(collect);
|
|
|
+ /*List<ProductionProcesses> collect = productionScheduleVo.getProcesses().stream().filter(v -> "3e8e9b6d500b4d04b91d9222071367d1".equals(v.getProduceOrder().get(0).getId())).collect(Collectors.toList());
|
|
|
+ productionScheduleVo.setProcesses(collect);*/
|
|
|
|
|
|
log.info("*************** 排程开始:"+productionScheduleVo.getProductionScheduleId()+" *******************");
|
|
|
if(productionScheduleVo.getScheduleType().getScheduleType() == null){
|