From 9f7079b89d20e6b6d567d62c88762b9607aac430 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 7 May 2024 14:37:57 +0800 Subject: [PATCH] update --- .../platform/qinghai/service/QingHaiPlatformServiceImpl.java | 1 - 1 file changed, 1 deletion(-) 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); }