@@ -480,6 +480,8 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
}else if(roomStudentListDto.getFinishedExam() == 2){
//未开始
nextStudent(roomStudentListDto.getExamRoomStudentRelationId(),true,sysUser.getId());
+ }else {
+ throw new BizException("操作失败:没有待考学员");
}