java110
2023-01-06 7189edd8fc0bedbf0e2a1caebe189c5c4461ce8d
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);
    }