mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
学员全部课程api增加分类过滤
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user