|
@@ -28,6 +28,7 @@ import cn.com.qmth.examcloud.core.examwork.api.controller.bean.CopyExamDomain;
|
|
|
import cn.com.qmth.examcloud.core.examwork.api.controller.bean.ExamDomain;
|
|
|
import cn.com.qmth.examcloud.core.examwork.api.controller.bean.ExamOrgSettingsDomain;
|
|
|
import cn.com.qmth.examcloud.core.examwork.api.controller.bean.StudentSpecialSettingsDomain;
|
|
|
+import cn.com.qmth.examcloud.core.examwork.base.enums.CallType;
|
|
|
import cn.com.qmth.examcloud.core.examwork.base.enums.ExamProperty;
|
|
|
import cn.com.qmth.examcloud.core.examwork.dao.*;
|
|
|
import cn.com.qmth.examcloud.core.examwork.dao.entity.*;
|
|
@@ -481,6 +482,7 @@ public class ExamController extends ControllerSupport {
|
|
|
domain.setEndTime(cache.getEndTime());
|
|
|
domain.setExamTimes(cache.getExamTimes());
|
|
|
domain.setExamType(ExamType.valueOf(cache.getExamType()));
|
|
|
+ domain.setCallType(CallType.valueOf(cache.getCallType()));
|
|
|
domain.setId(cache.getId());
|
|
|
domain.setName(cache.getName());
|
|
|
domain.setCode(cache.getCode());
|