From 64156b4871e230838bb8946e72a07fa9597ceecd Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 27 Jun 2023 13:40:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java | 1 - 1 file changed, 1 deletion(-) 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;