ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/util/jtt809/decoder/Jtt809Decoder.java
@@ -37,7 +37,7 @@ // 判断包头 if (byteBuf.readByte() != Jtt809Constant.PACKET_HEAD_FLAG) { byteBuf.resetReaderIndex(); log.warn("消息包头错误: {}5d", ByteBufUtil.hexDump(byteBuf)); log.warn("消息包头错误: {}", ByteBufUtil.hexDump(byteBuf)); return; } // crc校验