kongzy
2024-09-14 f0f00e9ba8a755e4317e029d73b69a92ad9f9df1
exam-system/src/main/java/com/gkhy/exam/system/mapper/ExCourseChapterMapper.java
@@ -44,7 +44,7 @@
     * @param courseId
     * @return
     */
    List<ExCourseChapter> selectChapterByCourseId(Long courseId);
    List<ExCourseChapter> selectChapterByCourseId(Long courseId,Integer status);
    /**
     * 根据课程id查询章节数量