#
lsh
2022-10-09 e158b25218fa8991588cd26cbf46470e9c847945
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]});