wuxw
2023-01-07 21863d42b219b1b8012cf7ea921a734e5ec4233e
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);
    }