能力统计-资源图谱

This commit is contained in:
dinggang 2022-05-26 11:02:57 +08:00
parent 90dbf582a4
commit dabf8dca50
1 changed files with 1 additions and 1 deletions

View File

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