mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
getOrderSource暂时移除机台数据
This commit is contained in:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user