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