wuzeyu
2024-07-09 a1c97fe1dcb26351182aab4e4c43abea96d1f1f2
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/PrefixedDataAvailableV1_0_1.java
@@ -11,6 +11,7 @@
@AnnotationPrefixedDataAvailable(
      enable = true,
      protocolName = ProtocolConstantV206V1_0_0.protocolName,
      priority = ProtocolConstantV206V1_0_0.priority,
      onLineDataMinLength = ProtocolConstantV206V1_0_0.onLineDataMinLength,
@@ -100,7 +101,7 @@
         return null ;
      }
      Integer dataLen = parseCommon.parseDataLen(preByte) ;
      Integer dataLen = parseCommon.parseFrameLen(preByte) ;
      if(dataLen == null){
         String headHex = ByteUtil.bytes2Hex(preByte, true) ;