...
|
...
|
@@ -91,12 +91,10 @@ public class AreaService { |
|
|
LOGGER.warn("in getAreaByCode fail, fourAreaCode {}", fourAreaCode);
|
|
|
throw new ServiceException(ServiceError.ADDRESS_NULL);
|
|
|
}
|
|
|
|
|
|
JSONObject parent = addressData.getJSONObject("parent");
|
|
|
|
|
|
|
|
|
Map<Integer, String> result = new HashMap<>();
|
|
|
parseResp(addressData, result);
|
|
|
|
|
|
LOGGER.info("method getAddressInfoByErp out result is {}", result);
|
|
|
return result;
|
|
|
}
|
|
|
|
...
|
...
|
|