|
@@ -296,7 +296,9 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
|
|
if (optional.isPresent()) {
|
|
if (optional.isPresent()) {
|
|
// 修改考试记录为已审
|
|
// 修改考试记录为已审
|
|
ExamRecordDataEntity entity = optional.get();
|
|
ExamRecordDataEntity entity = optional.get();
|
|
- entity.setIsAudit(true);
|
|
|
|
|
|
+ entity.setIsAudit(false);
|
|
|
|
+ entity.setIsWarn(false);
|
|
|
|
+ entity.setIsIllegality(false);
|
|
examRecordDataRepo.save(entity);
|
|
examRecordDataRepo.save(entity);
|
|
}
|
|
}
|
|
}
|
|
}
|