Administrator
2024-07-02 b59cce37e4180dac3e4f523e90a58a1c2b99640a
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_3C_Down.java
@@ -78,9 +78,8 @@
        }else{
            index = 0 ;
            byte[] bs = new byte[10] ;
            Double priceDb = ((Double)para.param) * 100 ;
            Integer priceInt = priceDb.intValue() ;
            ByteUtilUnsigned.short2Bytes_LE(bs, priceInt.shortValue(), index);
            Integer minute = (Integer)para.param ;
            ByteUtilUnsigned.short2Bytes_LE(bs, minute.shortValue(), index);
            index += 2 ;
            GlCreate.createPw(bs, index);
            index += 2 ;