自动化立体仓库 - WCS系统
#
Junjie
2025-03-29 f348f4257b886aedb372723a79ccfad8a509e4a8
#
1个文件已修改
10 ■■■■■ 已修改文件
src/main/java/com/zy/core/dispatcher/ShuttleDispatchUtils.java 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/dispatcher/ShuttleDispatchUtils.java
@@ -340,6 +340,16 @@
                continue;
            }
            //小车有充电任务
            if (shuttleThread.isCharging()) {
                continue;
            }
            //小车故障跳过
            if (shuttleThread.isFault()) {
                continue;
            }
            String currentLocNo = shuttleProtocol.getCurrentLocNo();
            if (currentLocNo == null) {
                continue;