| | |
| | | */ |
| | | double withdraw_fee = Double.valueOf(sysparaService.find("withdraw_fee").getSvalue()); |
| | | double fee = 0; |
| | | if ("fixed".equals(withdraw_fee_type)) { |
| | | /*if ("fixed".equals(withdraw_fee_type)) { |
| | | fee = withdraw_fee; |
| | | } |
| | | if ("rate".equals(withdraw_fee_type)) { |
| | |
| | | fee = Arith.mul(withdraw.getVolume().doubleValue(), withdraw_fee); |
| | | } |
| | | if ("part".equals(withdraw_fee_type)) { |
| | | /** |
| | | *//** |
| | | * 提现手续费part分段的值 |
| | | */ |
| | | *//* |
| | | String withdraw_fee_part = sysparaService.find("withdraw_fee_part").getSvalue(); |
| | | String[] withdraw_fee_parts = withdraw_fee_part.split(","); |
| | | for (int i = 0; i < withdraw_fee_parts.length; i++) { |
| | |
| | | } |
| | | i++; |
| | | } |
| | | } |
| | | }*/ |
| | | /** |
| | | * 当日提现次数是否超过 |
| | | */ |