|
@@ -56,6 +56,9 @@ public class ExamRecordDataServiceImpl implements ExamRecordDataService {
|
|
|
examRecordDataEntity.setExamRecordStatus(ExamRecordStatus.EXAM_ING);
|
|
|
examRecordDataEntity.setExamOrder(1);
|
|
|
examRecordDataEntity.setIsAllObjectivePaper(fullyObjective);
|
|
|
+ examRecordDataEntity.setIsWarn(false);
|
|
|
+ examRecordDataEntity.setIsAudit(false);
|
|
|
+ examRecordDataEntity.setIsIllegality(false);
|
|
|
return examRecordDataRepo.save(examRecordDataEntity);
|
|
|
}
|
|
|
|