|
@@ -430,7 +430,7 @@ public class ExamScoreServiceImpl implements ExamScoreService {
|
|
|
objectiveScoreInfo.setIsExamEnded(true);
|
|
|
}
|
|
|
|
|
|
- if (!examRecordDataEntity.getIsIllegality()) {
|
|
|
+ if (examRecordDataEntity.getIsIllegality()!=null&&!examRecordDataEntity.getIsIllegality()) {
|
|
|
if (examRecordDataEntity.getIsWarn() && !examRecordDataEntity.getIsAudit()) {
|
|
|
objectiveScoreInfo.setIsAuditing(true);
|
|
|
} else if (!examRecordDataEntity.getIsWarn() || (examRecordDataEntity.getIsWarn() && examRecordDataEntity.getIsAudit())) {
|