瀏覽代碼

同步开发环境代码

lideyin 4 年之前
父節點
當前提交
c4761bf8e0

+ 1 - 0
examcloud-core-oe-student-service/src/main/java/cn/com/qmth/examcloud/core/oe/student/service/impl/ExamRecordDataServiceImpl.java

@@ -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;
     }