@@ -172,6 +172,7 @@ public class ExamRecordDataServiceImpl implements ExamRecordDataService {
bean.setSyncStatus(et.getSyncStatus());
bean.setQuestionCount(et.getQuestionCount());
bean.setIsAllObjectivePaper(et.getIsAllObjectivePaper());
+ bean.setEnterExamTime(et.getEnterExamTime());
return bean;
}