定时任务修正

This commit is contained in:
2025-11-17 15:16:11 +08:00
parent 4b167058b6
commit 6e9057f6ee
16 changed files with 444 additions and 496 deletions

View File

@@ -39,11 +39,11 @@ public interface ResourceService {
* @description 获取资源分页(按浏览次数排序)
* @param filter 过滤条件
* @param pageParam 分页参数
* @return ResultDomain<TbResource> 资源分页
* @return ResultDomain<ResourceVO> 资源分页(包含推荐信息)
* @author yslg
* @since 2025-10-15
*/
ResultDomain<TbResource> getResourcePageOrderByViewCount(TbResource filter, PageParam pageParam);
ResultDomain<ResourceVO> getResourcePageOrderByViewCount(TbResource filter, PageParam pageParam);
/**
* @description 根据ID获取资源详情
* @param resourceID 资源ID