From 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 11 Nov 2024 16:55:28 +0800
Subject: [PATCH] 批次新增学员查询条件,新增题目导入接口
---
exam-system/src/main/resources/mapper/system/ExExerciseAnswerMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exam-system/src/main/resources/mapper/system/ExExerciseAnswerMapper.xml b/exam-system/src/main/resources/mapper/system/ExExerciseAnswerMapper.xml
index a646754..39afa9d 100644
--- a/exam-system/src/main/resources/mapper/system/ExExerciseAnswerMapper.xml
+++ b/exam-system/src/main/resources/mapper/system/ExExerciseAnswerMapper.xml
@@ -6,6 +6,6 @@
</delete>
<select id="getExerciseAnswer" resultType="com.gkhy.exam.system.domain.ExExerciseAnswer">
- select * from ex_exercise_answer where bank_id=#{bankId} and qustion_id=#{questionId} and student_id=#{studentId} limit 1
+ select * from ex_exercise_answer where bank_id=#{bankId} and question_id=#{questionId} and student_id=#{studentId} limit 1
</select>
</mapper>
--
Gitblit v1.9.2