洁美更新

This commit is contained in:
loujf
2022-07-19 17:37:26 +08:00
parent ab82359deb
commit 77a85eddc6

View File

@@ -513,8 +513,8 @@ public synchronized boolean instruction_apply(String container_code) throws Exce
String taskcode = task.getTask_code();
String vehiclecode = task.getVehicle_code();
String priority = task.getPriority();
String start_point_code = task.getStart_point_code();
String start_device_code = task.getStart_device_code();
String start_point_code = this.device_code;
String start_device_code = this.device_code;
String route_plan_code = task.getRoute_plan_code();
String next_device_code = "";