|
@@ -232,7 +232,7 @@ public class ExaminationBasicServiceImpl extends BaseServiceImpl<Long, Examinati
|
|
|
throw new BizException("尚有考生未审核");
|
|
|
}
|
|
|
ExamRoomExamTimeDto examRoomExamTime = examRoomDao.getExamRoomExamTime(examId);
|
|
|
- if(Objects.isNull(examRoomExamTime)){
|
|
|
+ if(Objects.isNull(examRoomExamTime)) {
|
|
|
throw new BizException("考试数据异常");
|
|
|
}
|
|
|
if(new Date().compareTo(examRoomExamTime.getExamEndTime())<=0){
|