mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
批量会员余额退款
This commit is contained in:
@@ -111,13 +111,6 @@ public class AMapServiceImpl implements AMapService {
|
||||
}).collect(Collectors.toList())
|
||||
).fork().join();
|
||||
|
||||
// List<AMapStationInfo> resultList = pageInfo.getList().parallelStream().map(x -> {
|
||||
// try {
|
||||
// return assembleAMapData(x);
|
||||
// } catch (ExecutionException | InterruptedException e) {
|
||||
// throw new RuntimeException(e);
|
||||
// }
|
||||
// }).collect(Collectors.toList());
|
||||
sw.stop();
|
||||
log.info("接口耗时:{}, 详情:{}", sw.getTotalTimeMillis(), sw.prettyPrint());
|
||||
return resultList;
|
||||
|
||||
Reference in New Issue
Block a user