|
@@ -159,7 +159,7 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
|
|
|
}
|
|
|
|
|
|
//header校验错误
|
|
|
- Boolean hasWarn = redisClient.get("OE_SESSION_WARN_" + transitionExamRecordDataId, Boolean.class);
|
|
|
+ Boolean hasWarn = redisClient.get(Constants.OE_DISCIPLINE_ILLEGAL_DATA + transitionExamRecordDataId, Boolean.class);
|
|
|
if (hasWarn != null && hasWarn) {
|
|
|
examAuditService.saveHeaderWarnAudit(realExamRecordDataId);
|
|
|
}
|