pang.jiabao
昨天 7b5dbd8e549655f6b4dff8d1aa197e6f4e9cc69a
src/main/java/com/zy/common/model/LocTypeDto.java
@@ -35,6 +35,10 @@
                    News.error("plc高低/长短检测异常,high:{},low:{},chang:{},duan:{}",staProtocol.isHigh(),staProtocol.isLow(),staProtocol.isChang(),staProtocol.isDuan());
                    return;
        }
//        if (staProtocol.isChang() == staProtocol.isDuan()) {
//                    News.error("plc长短检测异常,high:{},low:{},chang:{},duan:{}",staProtocol.isHigh(),staProtocol.isLow(),staProtocol.isChang(),staProtocol.isDuan());
//                    return;
//        }
        if (staProtocol.isHigh()) {
            this.locType1 = 2;