exam-system/src/main/resources/mapper/system/ExCourseChapterPeriodMapper.xml
@@ -40,5 +40,9 @@ select * from ex_course_chapter_period where chapter_id=#{chapterId} </select> <select id="selectCountByCourseId" resultType="java.lang.Integer" parameterType="java.lang.Long"> select count(1) from ex_course_chapter_period where course_id=#{courseId} and status=0 </select> </mapper>