From 91190723920f532c95e6a828dc4f29980c15ef0d Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Mon, 26 Jun 2023 14:29:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=AB=98=E5=BE=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 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 7f1d2cb9b..aa303bd3f 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 @@ -185,7 +185,7 @@ public class AMapServiceImpl implements AMapService { List equipmentInfos = equipmentInfoMap.get(stationId); aMapInfo.setEquipmentInfos(equipmentInfos); } - return null; + return resultList; } /**