|
@@ -296,7 +296,7 @@
|
|
|
left join t_e_exam tee on tee.id = tiiwi.exam_id
|
|
|
left join t_e_exam_activity teea on teea.id = tiiwi.exam_activity_id
|
|
|
left join t_oe_exam_record toer on toer.id = tiiwi.exam_record_id
|
|
|
- <if test="markStatus != null and markStatus != '' and markStatus == 'MARK'">
|
|
|
+ <if test="markStatus != null and markStatus != ''">
|
|
|
join t_e_exam_mark_log teeml on teeml.exam_record_id = toer.id and teeml.status = #{markStatus}
|
|
|
</if>
|
|
|
<where> 1 = 1
|