| | |
| | | import com.java110.po.fee.PayFeeDetailPo; |
| | | import com.java110.utils.util.Assert; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | 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); |
| | | } |
| | | |