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 ;