From 3f4a0460018f702879ee37762709cb0a6b3e177d Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Wed, 21 Jun 2023 14:38:16 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8A=A0=E7=BC=93=E5=AD=98?= 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 35b8cfbd5..454aa6e51 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 @@ -139,7 +139,7 @@ public class AMapServiceImpl implements AMapService { List aMapEquipmentInfos = getPileListByStationId(String.valueOf(stationInfo.getId())); aMapInfo.setEquipmentInfos(aMapEquipmentInfos); sw.stop(); - log.info("组装高德数据格式耗时:{}, 详细:{}", sw.getTotalTimeMillis(), sw.prettyPrint()); + log.info("组装高德数据格式耗时详细:{}", sw.prettyPrint()); return aMapInfo; }