|
@@ -281,7 +281,7 @@
|
|
|
<result column="tenant_id_" property="tenantId" />
|
|
|
</resultMap>
|
|
|
<select id="getStudentExamResultApiDto" resultMap="StudentExamResultApiDto">
|
|
|
- SELECT * FROM student_exam_result WHERE exam_registration_id_ = #{examRegistrationId} LIMIT 1
|
|
|
+ SELECT * FROM student_exam_result WHERE exam_registration_id_ = #{examRegistrationId} LIMIT 1 FOR UPDATE
|
|
|
</select>
|
|
|
|
|
|
<select id="getWithExam" resultMap="StudentExamResult">
|