学员全部课程api增加分类过滤

This commit is contained in:
none
2023-05-08 10:41:55 +08:00
parent 4c4046dff5
commit 2bb9e7491b
5 changed files with 51 additions and 7 deletions

View File

@@ -36,5 +36,5 @@ public interface CourseMapper extends BaseMapper<Course> {
Long paginateCount(CoursePaginateFiler filer);
List<Course> openCoursesAndShow(Integer limit);
List<Course> openCoursesAndShow(Integer limit, Integer categoryId);
}