pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/global/GlCreate.java
@@ -148,7 +148,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] ;