修改ctu参数

liweidong
liweidong-hj 1 month ago
parent 341bbd2080
commit fbe2f9ed4f
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/logistics/service/impl/StorageMonitoringServiceImpl.java
  2. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/logistics/service/impl/TaskExecuteRecordServiceImpl.java

@ -182,7 +182,7 @@ public class StorageMonitoringServiceImpl implements IStorageMonitoringService {
String locationCode = locationList.get(0).getLocationCode(); String locationCode = locationList.get(0).getLocationCode();
//调用ctu //调用ctu
AgvSchedulingTaskVO ctuSchedulingTask = taskExecuteRecordService.genCtuSchedulingTask("CTu2", "1", firstTask.getBoxBarcode(), location.getLocationCode(), AgvSchedulingTaskVO ctuSchedulingTask = taskExecuteRecordService.genCtuSchedulingTask("QM1", "1", firstTask.getBoxBarcode(), location.getLocationCode(),
locationCode, AgvConstant.EQUIPMENT_TYPE_CTU); locationCode, AgvConstant.EQUIPMENT_TYPE_CTU);
//调用成功 添加任务 //调用成功 添加任务

@ -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);

Loading…
Cancel
Save