mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-20 10:35:38 +08:00
删除资源分类的资源数量计算
This commit is contained in:
@@ -77,7 +77,6 @@ public class ResourceController {
|
||||
|
||||
HashMap<String, Object> data = new HashMap<>();
|
||||
data.put("result", result);
|
||||
data.put("category_count", resourceService.getCategoryCount(type));
|
||||
data.put("pure_total", resourceService.total(type));
|
||||
|
||||
if (type.equals(BackendConstant.RESOURCE_TYPE_VIDEO)) {
|
||||
|
||||
Reference in New Issue
Block a user