| | |
| | | businessPayFeeDetails = (JSONArray) bObj; |
| | | } |
| | | } else { |
| | | return; |
| | | if (data instanceof JSONObject) { |
| | | businessPayFeeDetails = new JSONArray(); |
| | | businessPayFeeDetails.add(data); |
| | | } |
| | | } |
| | | |
| | | if (businessPayFeeDetails == null) { |
| | |
| | | * @param businessPayFeeDetail |
| | | */ |
| | | private void doPayFeeDetail(Business business, JSONObject businessPayFeeDetail) { |
| | | // if(businessPayFeeDetail.containsKey("receivedAmount") |
| | | // && businessPayFeeDetail.getDoubleValue("receivedAmount")<0){ |
| | | // return ; |
| | | // } |
| | | payFeeDetailToMonthImpl.doPayFeeDetail(business,businessPayFeeDetail); |
| | | } |
| | | |