liurunyu
2024-05-13 2b2a90e952c2c59642c41d8af5759ceb51b9e099
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_93_A3_Down.java
@@ -61,7 +61,7 @@
                throw new Exception("订单号必须是16位数字") ;
            }
            byte[] bs = new byte[26] ;
            byte[] bs = new byte[32] ;
            int index = 0 ;
            bs[index] = (byte)(Integer.parseInt(cvo.controllerType, 16));
@@ -82,6 +82,9 @@
            ByteUtil.string2BCD_BE(bs, cvo.orderNo, index) ;
            index += 8 ;
            GlCreate.createDt(bs, index);
            index += 6 ;
            GlCreate.createPw(bs, index);
            index += 2 ;