wangwei 6 年之前
父節點
當前提交
6c3b8e65c0

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

@@ -465,6 +465,7 @@ public class ExamController extends ControllerSupport {
 		domain.setExamType(one.getExamType());
 		domain.setId(one.getId());
 		domain.setName(one.getName());
+		domain.setCode(one.getCode());
 		domain.setRemark(one.getRemark());
 		domain.setRootOrgId(one.getRootOrgId());
 		domain.setStarted(isStarted(one.getId()));