exam-system/src/main/java/com/gkhy/exam/system/service/ExCourseChapterService.java
@@ -72,6 +72,6 @@ * @param courseId * @return */ public List<ExCourseChapter> selectChapterByCourseId(Long courseId); public List<ExCourseChapter> selectChapterByCourseId(Long courseId,Integer status); }