批量会员余额退款

This commit is contained in:
2023-08-11 17:13:43 +08:00
parent 7d4a3540e6
commit 94c20bbc68
3 changed files with 14 additions and 19 deletions

View File

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