pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/global/GlCreate.java
@@ -150,7 +150,8 @@ int len = bytes.length - 4; byte[] bs = ByteUtil.int2BCD_LE(len) ; if(bs != null && bs.length == 1){ bytes[1] = bs[0] ; bytes[1] = 0 ; bytes[2] = bs[0] ; }else if(bs != null && bs.length > 1){ bytes[1] = bs[1] ; bytes[2] = bs[0] ;