wuzeyu
2024-03-29 66aa7a9df2b5576ab3335c9d250f74ed0347bf23
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/PrefixedDataAvailableV1_0_1.java
@@ -100,7 +100,7 @@
         return null ;
      }
      Integer dataLen = parseCommon.parseDataLen(preByte) ;
      Integer dataLen = parseCommon.parseFrameLen(preByte) ;
      if(dataLen == null){
         String headHex = ByteUtil.bytes2Hex(preByte, true) ;