|
@@ -1344,7 +1344,7 @@
|
|
|
or t.STATUS = 'PERSISTED')
|
|
|
union all
|
|
|
select
|
|
|
- count(1) as c
|
|
|
+ count(distinct t.id) as c
|
|
|
from
|
|
|
t_e_exam_student t
|
|
|
left join t_e_exam_activity f on
|
|
@@ -1366,7 +1366,7 @@
|
|
|
</foreach>
|
|
|
union all
|
|
|
select
|
|
|
- count(1) as c
|
|
|
+ count(distinct toer.exam_student_id) as c
|
|
|
from
|
|
|
t_oe_exam_record toer
|
|
|
join t_e_exam_student t on
|