|
@@ -262,7 +262,7 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
//未排考学员
|
|
|
List<ExamRegistration> notInRoomStudents = examRegistrationDao.getNotInRoomStudents(examId, childOrganIds);
|
|
|
if(CollectionUtils.isEmpty(notInRoomStudents)){
|
|
|
- throw new BizException("暂无可排课学员");
|
|
|
+ throw new BizException("暂无可排考学员");
|
|
|
}
|
|
|
Map<Integer, List<ExamRegistration>> subjectRegistMap = notInRoomStudents.stream().collect(Collectors.groupingBy(ExamRegistration::getSubjectId));
|
|
|
Set<Integer> subjectIds = subjectRegistMap.keySet();
|