基础设施去掉感知资源分类
This commit is contained in:
parent
6612b514c8
commit
57af11a4a0
|
@ -1877,7 +1877,6 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
|
||||||
resultMap.put("视频资源", Integer.parseInt(index.get("count").toString()));
|
resultMap.put("视频资源", Integer.parseInt(index.get("count").toString()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
resultMap.put("感知资源", 0);
|
|
||||||
resultMap.put("云资源", 0);
|
resultMap.put("云资源", 0);
|
||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue