wangwei 6 年 前
コミット
0765b74fb1

+ 2 - 0
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -636,6 +636,7 @@ public class OrgController extends ControllerSupport {
 		info.setParentId(parentId);
 		info.setRootId(rootId);
 		info.setRemark(domain.getRemark());
+		info.setEnable(domain.getEnable());
 
 		Map<String, String> properties = domain.getProperties();
 		if (null == properties) {
@@ -680,6 +681,7 @@ public class OrgController extends ControllerSupport {
 		info.setContacts(domain.getContacts());
 		info.setTelephone(domain.getTelephone());
 		info.setRemark(domain.getRemark());
+		info.setEnable(domain.getEnable());
 
 		Map<String, String> properties = domain.getProperties();
 		if (null == properties) {