#
zjj
2024-05-11 fb68b101b451988c7ccff13595f6072e98774a59
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1767,7 +1767,7 @@
                // 获取叉车站点
                StaProtocol staProtocol = devpThread.getStation().get(staNo);
                if (staProtocol == null) { continue; }
                if (staProtocol.getWorkNo() != 0) {
                if (staProtocol.getWorkNo() != 0 || staProtocol.isErr()) {
                    reset = false;
                    break;
                }