| | |
| | | import com.alibaba.fastjson.serializer.SerializerFeature; |
| | | import com.java110.dto.fee.FeeDetailDto; |
| | | import com.java110.dto.fee.FeeDto; |
| | | import com.java110.entity.order.Business; |
| | | import com.java110.dto.system.Business; |
| | | import com.java110.intf.fee.IFeeDetailInnerServiceSMO; |
| | | import com.java110.intf.fee.IFeeInnerServiceSMO; |
| | | import com.java110.job.adapt.DatabusAdaptImpl; |
| | |
| | | } |
| | | |
| | | private void doSendPayFeeDetail(Business business, JSONObject businessPayFeeDetail) { |
| | | // if(businessPayFeeDetail.containsKey("receivedAmount") |
| | | // && businessPayFeeDetail.getDoubleValue("receivedAmount")<0){ |
| | | // return ; |
| | | // } |
| | | //查询缴费明细 |
| | | PayFeeDetailPo payFeeDetailPo = BeanConvertUtil.covertBean(businessPayFeeDetail, PayFeeDetailPo.class); |
| | | |