@@ -182,7 +182,7 @@
where
toer.exam_id = t.exam_id
and toer.exam_activity_id = t.exam_activity_id
- and tees.room_code = t.room_code) as actualExamTotal
+ and tees.room_code = t.room_code and tees.room_name = t.room_name) as actualExamTotal
from
t_e_exam_student t
left join t_e_student h on