西海岸基础设施

This commit is contained in:
wangliwen 2022-06-23 09:31:06 +08:00
parent a4500ca2bb
commit e43cc1bfdb
1 changed files with 2 additions and 2 deletions

View File

@ -420,8 +420,8 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
}).thenAccept(sum -> {
re.add(new HashMap<String, Object>() {
{
put("amount", sum);
put("type", "视频资源数量");
put("count", sum + "");
put("type", "基础设施");
}
});
});