From 41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期四, 07 十一月 2024 10:50:59 +0800 Subject: [PATCH] change captcha --- exam-system/src/main/resources/mapper/system/ExCoursePhaseMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exam-system/src/main/resources/mapper/system/ExCoursePhaseMapper.xml b/exam-system/src/main/resources/mapper/system/ExCoursePhaseMapper.xml index fc7cc68..3dea21f 100644 --- a/exam-system/src/main/resources/mapper/system/ExCoursePhaseMapper.xml +++ b/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"> -- Gitblit v1.9.2