| 
					
				 | 
			
			
				@@ -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(); 
			 |