“djh”
2024-11-11 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2
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>