|
@@ -681,7 +681,7 @@ public class ExamRoomServiceImpl extends BaseServiceImpl<Long, ExamRoom> impleme
|
|
|
|
|
|
List<Integer> childOrganIds = organizationService.getChildOrganIds(organId, true);
|
|
|
|
|
|
- examRoomStatisticsInfo.setTotalRegistrationStudentNum(examRegistrationDao.countTotalRegistrationStudentNumWithExam(childOrganIds, examId));
|
|
|
+ examRoomStatisticsInfo.setTotalRegistrationStudentNum(examRegistrationDao.countTotalAuditPassRegistrationStudentNumWithExam(childOrganIds, examId));
|
|
|
examRoomStatisticsInfo.setInRoomStudentNum(examRegistrationDao.countInExamRoomStudentNum(childOrganIds, examId));
|
|
|
|
|
|
List<ExamRoom> examRooms = examRoomDao.getWithExam(childOrganIds, examId);
|