This commit is contained in:
Lemon
2024-05-07 14:37:57 +08:00
parent ccb64621c9
commit 9f7079b89d

View File

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