Browse Source

代码优化

wangliang 3 years ago
parent
commit
dec8361290
1 changed files with 1 additions and 1 deletions
  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