定时任务修正
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user