ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/util/jtt809/decoder/Jtt809Decoder.java
@@ -60,7 +60,6 @@ int id = byteBuf.readUnsignedShort(); // 下级平台接入码 int gnsscenterId = byteBuf.readInt(); ctx.channel().attr(Jtt809Constant.NettyAttribute.GNSS_CENTER_ID).setIfAbsent(String.valueOf(gnsscenterId)); // 协议版本号标识 String version = "v" + byteBuf.readByte() + "." + byteBuf.readByte() + "." + byteBuf.readByte(); // 报文加密标识位