...
This commit is contained in:
parent
9801eb50f4
commit
8cdefe07de
|
@ -123,7 +123,7 @@ public class CensusController {
|
||||||
});
|
});
|
||||||
|
|
||||||
CompletableFuture<Void> pvAmount = CompletableFuture.supplyAsync(() -> { // 平台访问量
|
CompletableFuture<Void> pvAmount = CompletableFuture.supplyAsync(() -> { // 平台访问量
|
||||||
return resourceService.countAllVisits(); // 暂时返回0
|
return resourceService.countAllVisits();
|
||||||
}).thenAccept(sum -> {
|
}).thenAccept(sum -> {
|
||||||
result.add(new HashMap<String, Object>() {
|
result.add(new HashMap<String, Object>() {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue