#
Junjie
2 天以前 6ac4afd36756de1b97e6730a80c62249af5d6f92
src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
@@ -245,6 +245,11 @@
                    liftTransferPath.add(stationNo);
                }
            }
            if (path.isEmpty()) {
                log.warn("输送线命令生成失败,路径为空,taskNo={}, stationId={}, targetStationId={}",
                        taskNo, stationId, targetStationId);
                return null;
            }
            stationCommand.setNavigatePath(path);
            stationCommand.setLiftTransferPath(liftTransferPath);
        }