|
@@ -911,6 +911,7 @@ public class OrderServiceImpl extends SuperServiceImpl<OrderMapper, Order> imple
|
|
|
params.put("resoureId",machine.getId());
|
|
|
params.put("status","2");
|
|
|
int total = taskService.selectTotalMachineUseTime(params);
|
|
|
+ machine.setAssignedTaskWork(total);
|
|
|
}
|
|
|
// end modify by yejian on 20220504 遍历设备查找设备上正在加工的工序时间累积,解决多设备排产时设备分配不均匀问题
|
|
|
|