From db8242513644b246a30222663ef20e21f1e7c7ce Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Tue, 10 Jun 2025 09:55:46 +0800
Subject: [PATCH] init
---
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