diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java index d7b1db773..5098b9b6e 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java @@ -259,7 +259,6 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService { // areaCodeCountryside GeoCodeInfo geoCode = TermRelationTreeCoordinate.completeGeoCode(stationInfoVO.getAddress()); if (geoCode != null) { - System.out.println(geoCode.toString()); String areaCodeCountryside = geoCode.getCounty_code(); stationInfo.setAreaCodeCountryside(areaCodeCountryside); }