浏览代码

巡考监考优化

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

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

@@ -1039,7 +1039,7 @@
         and t.client_websocket_status = 'ON_LINE'
         union all
         select
-        count(1) as c
+        count(distinct t.exam_student_id) as c
         from
         t_oe_exam_record t
         left join t_e_exam_student s on