liurunyu
2024-12-02 67c9b8c40d8b89408e522bc6df7347992dcdd245
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/parse/global/GlCreate.java
@@ -56,7 +56,7 @@
    public static void createLen4PUg(byte[] bytes) throws Exception {
        int len = bytes.length - 4;
        byte[] bs = ByteUtil.int2BCD_LE(len) ;
        byte[] bs = ByteUtil.short2Bytes_LE((short)len) ;
        if(bs != null && bs.length == 1){
            bytes[1] = 0 ;
            bytes[2] = bs[0] ;