src/main/java/com/zy/asrs/controller/ShuttleController.java
@@ -266,7 +266,7 @@ command.setShuttleNo(shuttleSlave.getId().shortValue()); // 四向穿梭车编号 command.setTaskMode(shuttleTaskModeType.id.shortValue()); command.setSourceLocNo(param.getSourceLocNo()); command.setDistLocNo(param.getDistLocNo()); command.setLocNo(param.getDistLocNo()); command.setTaskNo((short) 9999); if (MessageQueue.offer(SlaveType.Shuttle, shuttleSlave.getId(), new Task(3, command))) {