This commit is contained in:
wangliwen 2022-06-23 10:40:46 +08:00
parent b140d7f4d6
commit 40ccd4e356
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class CensusController {
}).thenAccept(sum -> { }).thenAccept(sum -> {
result.add(new HashMap<String, Object>() { result.add(new HashMap<String, Object>() {
{ {
put("amount", sum + 10413 + 14); put("amount", sum);
put("type", "资源汇聚总量"); put("type", "资源汇聚总量");
} }
}); });