WANG 6 лет назад
Родитель
Сommit
a128131bcb

+ 1 - 0
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamController.java

@@ -366,6 +366,7 @@ public class ExamController extends ControllerSupport {
 			bean.setRootOrgId(next.getRootOrgId());
 			bean.setBeginTime(next.getBeginTime());
 			bean.setEndTime(next.getEndTime());
+			bean.setExamType(next.getExamType());
 
 			if (CollectionUtils.isNotEmpty(propertyKeyList)) {
 				Map<String, String> properties = getProperties(bean.getId(), propertyKeyList);