...
This commit is contained in:
parent
b140d7f4d6
commit
40ccd4e356
|
@ -95,7 +95,7 @@ public class CensusController {
|
|||
}).thenAccept(sum -> {
|
||||
result.add(new HashMap<String, Object>() {
|
||||
{
|
||||
put("amount", sum + 10413 + 14);
|
||||
put("amount", sum);
|
||||
put("type", "资源汇聚总量");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue