service-job/src/main/java/com/java110/job/adapt/fee/PayFeeDetailToMonthAdapt.java
@@ -111,6 +111,10 @@ * @param businessPayFeeDetail */ private void doPayFeeDetail(Business business, JSONObject businessPayFeeDetail) { if(businessPayFeeDetail.containsKey("receivedAmount") && businessPayFeeDetail.getDoubleValue("receivedAmount")<0){ return ; } payFeeDetailToMonthImpl.doPayFeeDetail(business,businessPayFeeDetail); }