From c22bffc08f163e840ced1a675f59fdda74b5d692 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Wed, 21 Jun 2023 11:00:04 +0800 Subject: [PATCH] update --- .../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 8c5df4d0a..a54d78eb7 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 @@ -121,7 +121,7 @@ public class AMapServiceImpl implements AMapService { resultList.add(aMapInfo); } sw.stop(); - log.info("接口耗时:{}", sw.prettyPrint()); + log.info("接口耗时:{}, 详情:{}", sw.getTotalTimeMillis(), sw.prettyPrint()); return resultList; }