wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
service-community/src/main/java/com/java110/community/listener/community/AbstractCommunityBusinessServiceDataFlowListener.java
@@ -46,6 +46,9 @@
        businessCommunityInfo.put("state", businessCommunityInfo.get("state"));
        businessCommunityInfo.put("communityArea", businessCommunityInfo.get("community_area"));
        businessCommunityInfo.put("tel", businessCommunityInfo.get("tel"));
        businessCommunityInfo.put("payFeeMonth", businessCommunityInfo.get("pay_fee_month"));
        businessCommunityInfo.put("feePrice", businessCommunityInfo.get("fee_price"));
        businessCommunityInfo.put("statusCd", statusCd);
    }
@@ -92,6 +95,8 @@
        businessCommunityMember.put("memberId", businessCommunityMember.get("member_id"));
        businessCommunityMember.put("memberTypeCd", businessCommunityMember.get("member_type_cd"));
        businessCommunityMember.put("auditStatusCd", businessCommunityMember.get("audit_status_cd"));
        businessCommunityMember.put("startTime", businessCommunityMember.get("start_time"));
        businessCommunityMember.put("endTime", businessCommunityMember.get("end_time"));
        businessCommunityMember.put("statusCd", statusCd);
    }
@@ -118,6 +123,8 @@
        currentCommunityInfo.put("state", currentCommunityInfo.get("state"));
        currentCommunityInfo.put("communityArea", currentCommunityInfo.get("community_area"));
        currentCommunityInfo.put("tel", currentCommunityInfo.get("tel"));
        currentCommunityInfo.put("payFeeMonth", currentCommunityInfo.get("pay_fee_month"));
        currentCommunityInfo.put("feePrice", currentCommunityInfo.get("fee_price"));
        currentCommunityInfo.put("operate", StatusConstant.OPERATE_DEL);
        getCommunityServiceDaoImpl().saveBusinessCommunityInfo(currentCommunityInfo);
@@ -214,6 +221,8 @@
        currentCommunityMember.put("memberId", currentCommunityMember.get("member_id"));
        currentCommunityMember.put("memberTypeCd", currentCommunityMember.get("member_type_cd"));
        currentCommunityMember.put("auditStatusCd", currentCommunityMember.get("audit_status_cd"));
        currentCommunityMember.put("startTime", currentCommunityMember.get("start_time"));
        currentCommunityMember.put("endTime", currentCommunityMember.get("end_time"));
        currentCommunityMember.put("operate", StatusConstant.OPERATE_DEL);
        getCommunityServiceDaoImpl().saveBusinessCommunityMember(currentCommunityMember);