删除资源分类的资源数量计算

This commit is contained in:
none
2023-03-21 15:08:13 +08:00
parent debf6c65fb
commit 9a3b8138f5
10 changed files with 2 additions and 49 deletions

View File

@@ -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)) {