diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java index 1b57c6382..412657bdc 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java @@ -166,7 +166,6 @@ public class AMapServiceImpl implements AMapService { aMapInfo.setAreaCode(stationInfo.getAreaCode()); aMapInfo.setServiceTel(stationInfo.getStationTel()); aMapInfo.setAddress(stationInfo.getAddress()); - aMapInfo.setServiceTel(stationInfo.getServiceTel()); aMapInfo.setStationType(Integer.parseInt(stationInfo.getStationType())); aMapInfo.setStationStatus(Integer.parseInt(stationInfo.getStationStatus())); Integer openType = Integer.parseInt(stationInfo.getPublicFlag()) == 0 ? 7 : 0;