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">