#
tqs
2024-05-16 07c5450ee6a2bb7c993f83b927b1899a1a56262b
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;
                }