| | |
| | | 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); |
| | | } |
| | | |
| | |
| | | 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); |
| | | } |
| | | |
| | |
| | | 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); |
| | |
| | | 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); |
| | | |