自动化立体仓库 - WCS系统
#
Junjie
2025-03-29 b91acaec84806fa7215ada0e55f999bf33def586
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java
@@ -745,8 +745,8 @@
        InnerSuhttleExtend extend = (InnerSuhttleExtend) this.shuttleProtocol.getExtend();
        boolean res = this.shuttleProtocol.getMode() == 0
                && !this.shuttleProtocol.getErrorCode().equals("0")
                && extend.getSuspendState() == 1
                || !this.shuttleProtocol.getErrorCode().equals("0")
                || extend.getSuspendState() == 1
                ;
        return res;
    }