Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

lideyin 5 gadi atpakaļ
vecāks
revīzija
3078cacb2d

+ 3 - 0
examcloud-core-oe-admin-service/src/main/java/cn/com/qmth/examcloud/core/oe/admin/service/impl/ExamRecordDataServiceImpl.java

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