| | |
| | | businessCommunityInfo.put("nearbyLandmarks", businessCommunityInfo.get("nearby_landmarks")); |
| | | businessCommunityInfo.put("mapX", businessCommunityInfo.get("map_x")); |
| | | businessCommunityInfo.put("mapY", businessCommunityInfo.get("map_y")); |
| | | businessCommunityInfo.put("state", businessCommunityInfo.get("state")); |
| | | businessCommunityInfo.put("statusCd", statusCd); |
| | | } |
| | | |
| | |
| | | currentCommunityInfo.put("nearbyLandmarks", currentCommunityInfo.get("nearby_landmarks")); |
| | | currentCommunityInfo.put("mapX", currentCommunityInfo.get("map_x")); |
| | | currentCommunityInfo.put("mapY", currentCommunityInfo.get("map_y")); |
| | | currentCommunityInfo.put("state", currentCommunityInfo.get("state")); |
| | | currentCommunityInfo.put("operate", StatusConstant.OPERATE_DEL); |
| | | getCommunityServiceDaoImpl().saveBusinessCommunityInfo(currentCommunityInfo); |
| | | } |