|
@@ -292,7 +292,7 @@ public class ProductionScheduleServiceImpl implements ProductionScheduleService
|
|
|
productionScheduleRetVo.setProcesses(solvedBalance.getProcessesList());
|
|
|
// 循环引用ProductionProcesses置空
|
|
|
// solvedBalance.getProcessesList().addAll(solvedBalance1.getProcessesList());
|
|
|
-// solvedBalance.getProcessesList().addAll(hasLocks);
|
|
|
+ solvedBalance.getProcessesList().addAll(hasLocks);
|
|
|
// 退火合并工序排程完拆分
|
|
|
if(otherThproces != null && otherThproces.size()>0){
|
|
|
for (ProductionProcesses otherThproce : otherThproces) {
|
|
@@ -396,7 +396,7 @@ public class ProductionScheduleServiceImpl implements ProductionScheduleService
|
|
|
sers.add(po);
|
|
|
}
|
|
|
if(hasreplacenextLock){
|
|
|
- productionProcesses.getConflictDes().replaceAll("与下道工序开始时间不符合规则","");
|
|
|
+ productionProcesses.setConflictDes(productionProcesses.getConflictDes().replaceAll("与下道工序开始时间不符合规则",""));
|
|
|
}
|
|
|
}
|
|
|
}
|