From 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期一, 11 十一月 2024 16:55:28 +0800 Subject: [PATCH] 批次新增学员查询条件,新增题目导入接口 --- 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