wangliang 10 сар өмнө
parent
commit
403fa769e7

+ 1 - 1
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

@@ -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