|
|
|
@ -303,7 +303,7 @@ public class TaskExecuteRecordServiceImpl extends BaseServiceImpl<TaskExecuteRe |
|
|
|
Location location = locationService.getById(task.getLocationId()); |
|
|
|
Location location = locationService.getById(task.getLocationId()); |
|
|
|
|
|
|
|
|
|
|
|
AgvSchedulingTaskVO ctuSchedulingTask = genCtuSchedulingTask |
|
|
|
AgvSchedulingTaskVO ctuSchedulingTask = genCtuSchedulingTask |
|
|
|
("CTu2", "1", task.getBoxBarcode(), taskExecuteRecord.getEndPos(), location.getLocationCode(), AgvConstant.EQUIPMENT_TYPE_CTU); |
|
|
|
("QM1", "1", task.getBoxBarcode(), taskExecuteRecord.getEndPos(), location.getLocationCode(), AgvConstant.EQUIPMENT_TYPE_CTU); |
|
|
|
|
|
|
|
|
|
|
|
if(null != ctuSchedulingTask){ |
|
|
|
if(null != ctuSchedulingTask){ |
|
|
|
task.setTaskStatus(Task.STATUS_LOCATION); |
|
|
|
task.setTaskStatus(Task.STATUS_LOCATION); |
|
|
|
|