zzgtfwq
昨天 50141a5865b8ca6a549ec97dd8cef0878c0bdd95
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -342,8 +342,8 @@
             if (devpThread == null) continue;
             
             // 检查该PLC是否管理该站点
             if (devpThread.getStation().containsKey(sourceStaNo.shortValue())) {
                 StaProtocol staProtocol = devpThread.getStation().get(sourceStaNo.shortValue());
             if (devpThread.getStation().containsKey(sourceStaNo)) {
                 StaProtocol staProtocol = devpThread.getStation().get(sourceStaNo);
                 if (staProtocol == null) {
                     continue;
                 } else {