wangliang 3 лет назад
Родитель
Сommit
dec8361290
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      themis-business/src/main/resources/mapper/TEExamStudentMapper.xml

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

@@ -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