浏览代码

成绩查询加入缺考

wangliang 3 年之前
父节点
当前提交
8074efbf10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themis-business/src/main/resources/mapper/TEExamStudentMapper.xml

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

@@ -476,7 +476,7 @@
         from
         t_oe_exam_record toer
         where
-        toer.exam_student_id = tees.id) as examCount,
+        toer.exam_student_id = tees.id and toer.first_start_time is not null) as examCount,
         (select count(toer.id) from t_oe_exam_record toer
         where toer.exam_student_id = tees.id and toer.breach_status = 0) as breachCount,
         0 as objectiveScore,