kongzy
2024-07-05 14821e28286d773ad5ff2c13510e39c5eb117daf
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查询章节数量