|  |  | 
 |  |  |             throw new Exception("用水时长取值范围是0~9999分钟") ; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         String[] icCardNoGrp = CommonV1_0_1.dealIcCardNo(cvo.icCardNo) ; | 
 |  |  |         if(icCardNoGrp[0] != null){ | 
 |  |  |             midRs.param = icCardNoGrp[0] ; | 
 |  |  |         } | 
 |  |  |         //String[] icCardNoGrp = CommonV1_0_1.dealIcCardNo(cvo.icCardNo) ; | 
 |  |  |         //if(icCardNoGrp[0] != null){ | 
 |  |  |         //    midRs.param = icCardNoGrp[0] ; | 
 |  |  |         //} | 
 |  |  |         //byte[] bs = new byte[13] ; | 
 |  |  |         //index = 0 ; | 
 |  |  |         //ByteUtil.string2BCD_LE(bs, icCardNoGrp[1], index) ; | 
 |  |  |         byte[] bs = new byte[8] ; | 
 |  |  |         GlCreate.createIcCardNo(cvo.icCardNo, bs, 0); | 
 |  |  |  | 
 |  |  |         byte[] bs = new byte[13] ; | 
 |  |  |         index = 0 ; | 
 |  |  |         ByteUtil.string2BCD_LE(bs, icCardNoGrp[1], index) ; | 
 |  |  |  | 
 |  |  |         index += 5 ; | 
 |  |  |         Integer money = Double.valueOf(cvo.moneyRemain * 100.0D).intValue() ; |