From 22094a20a803866201e0b2dd7ff7c266871ffe52 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 29 八月 2023 10:18:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs --- src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java b/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java index 2cbb610..14d48c6 100644 --- a/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java +++ b/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java @@ -72,7 +72,7 @@ // System.out.println(byteBuf.refCnt()); this.no = analyze(new byte[]{bytes[3], bytes[4]}); this.loop = analyze(new byte[]{bytes[5], bytes[6]}); - this.partNo = analyze(new byte[]{bytes[7], bytes[8]}); + this.partNo = analyze(new byte[]{bytes[7], bytes[8]}); //0100201 瀵瑰簲 30 31 0200201 瀵瑰簲 34 35 this.year = analyze(new byte[]{bytes[11], bytes[12]}); this.month = analyze(new byte[]{bytes[13], bytes[14]}); this.day = analyze(new byte[]{bytes[15], bytes[16]}); -- Gitblit v1.9.1