This commit is contained in:
2023-06-21 11:00:04 +08:00
parent eac73ee7ba
commit c22bffc08f

View File

@@ -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;
}