service-fee/src/main/java/com/java110/fee/listener/config/AbstractFeeConfigBusinessServiceDataFlowListener.java
@@ -53,6 +53,7 @@
        businessFeeConfigInfo.put("paymentCd", businessFeeConfigInfo.get("payment_cd"));
        businessFeeConfigInfo.put("paymentCycle", businessFeeConfigInfo.get("payment_cycle"));
        businessFeeConfigInfo.put("billType", businessFeeConfigInfo.get("bill_type"));
        businessFeeConfigInfo.put("deductFrom", businessFeeConfigInfo.get("deduct_from"));
        businessFeeConfigInfo.remove("bId");
        businessFeeConfigInfo.put("statusCd", statusCd);
    }
@@ -93,6 +94,7 @@
        currentFeeConfigInfo.put("paymentCd", currentFeeConfigInfo.get("payment_cd"));
        currentFeeConfigInfo.put("paymentCycle", currentFeeConfigInfo.get("payment_cycle"));
        currentFeeConfigInfo.put("billType", currentFeeConfigInfo.get("bill_type"));
        currentFeeConfigInfo.put("deductFrom", currentFeeConfigInfo.get("deduct_from"));
        currentFeeConfigInfo.put("operate", StatusConstant.OPERATE_DEL);