getOrderSource暂时移除机台数据

This commit is contained in:
gaoqr
2026-04-09 17:55:55 +08:00
parent e8acca2c3f
commit 68dbc0fe79
@@ -281,7 +281,7 @@ public class OptimizePlanServiceImpl implements OptimizePlanService {
OrderSource orderSource;
if (ObjectUtil.isNotNull(orderId)) {
orderSource = getOrderSourceByOrderId(orderId);
orderSource.setMachineDTO(machineApi.getMachineDetail(machineId).getCheckedData());
// orderSource.setMachineDTO(machineApi.getMachineDetail(machineId).getCheckedData());
return orderSource;
}
if (ObjectUtil.isNotNull(planId)) {