|
@@ -537,7 +537,7 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
data.setContinuedTime(examRecordData.getContinuedTime());
|
|
data.setContinuedTime(examRecordData.getContinuedTime());
|
|
data.setEnterExamTime(examRecordData.getEnterExamTime());
|
|
data.setEnterExamTime(examRecordData.getEnterExamTime());
|
|
data.setSwitchScreenCount(examRecordData.getSwitchScreenCount());
|
|
data.setSwitchScreenCount(examRecordData.getSwitchScreenCount());
|
|
-
|
|
|
|
|
|
+ data.setExceedMaxSwitchScreenCount(examRecordData.getExceedMaxSwitchScreenCount());
|
|
return data;
|
|
return data;
|
|
}
|
|
}
|
|
|
|
|