Merge remote-tracking branch '备份/dev' into dev

This commit is contained in:
wangliwen 2022-10-12 15:15:28 +08:00
commit b19598a4cb
1 changed files with 0 additions and 1 deletions

View File

@ -1877,7 +1877,6 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
resultMap.put("视频资源", Integer.parseInt(index.get("count").toString()));
}
});
resultMap.put("感知资源", 0);
resultMap.put("云资源", 0);
return resultMap;
}