kongzy
2024-09-14 f0f00e9ba8a755e4317e029d73b69a92ad9f9df1
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>