“djh”
2024-11-11 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2
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查询章节数量