liurunyu
2024-12-26 040d2e6579bceff1b7cb54b2d06a9e9c958618d8
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/parse/Cd_1602_Down.java
@@ -82,6 +82,8 @@
        bytes = ByteUtil.bytesMerge(bytes, (byte[])para.attachment) ;
        GlCreate.createLen4PUg(bytes);//长度放字节数组中
        byte[] bsTail = GlCreate.createCrcTail4Ug(bytes) ;//CRC和尾叠加字节数组中
        return ByteUtil.bytesMerge(bytes, bsTail) ;