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