kongzy
2024-10-30 a39e023677a9c5c68ba3b6577f0d7da24b9dc65e
exam-system/src/main/resources/mapper/system/ExCoursePhaseMapper.xml
@@ -71,7 +71,7 @@
    </select>
    <select id="selectCountByCourseId" resultType="java.lang.Integer">
        select count(1) from ex_course_phase where del_flag=0 and courde_id=#{courseId}
        select count(1) from ex_course_phase where del_flag=0 and course_id=#{courseId}
    </select>
    <select id="getCoursePeriod" resultType="java.lang.Long">