|
@@ -1921,10 +1921,10 @@
|
|
left join t_e_exam_student tees on tees.id = t.exam_student_id
|
|
left join t_e_exam_student tees on tees.id = t.exam_student_id
|
|
<where> 1 = 1
|
|
<where> 1 = 1
|
|
<if test="examId != null and examId != ''">
|
|
<if test="examId != null and examId != ''">
|
|
- and t.id = #{examId}
|
|
|
|
|
|
+ and t.exam_id = #{examId}
|
|
</if>
|
|
</if>
|
|
<if test="examActivityId != null and examActivityId != ''">
|
|
<if test="examActivityId != null and examActivityId != ''">
|
|
- and t.id = #{examActivityId}
|
|
|
|
|
|
+ and t.exam_activity_id = #{examActivityId}
|
|
</if>
|
|
</if>
|
|
<if test="roomCode != null and roomCode != ''">
|
|
<if test="roomCode != null and roomCode != ''">
|
|
and tees.room_code = #{roomCode}
|
|
and tees.room_code = #{roomCode}
|