|
@@ -865,6 +865,7 @@ public class OrgController extends ControllerSupport {
|
|
|
|
|
|
OrgInfo info = new OrgInfo();
|
|
|
|
|
|
+ info.setEnable(domain.getEnable());
|
|
|
info.setCode(orgEntity.getCode());
|
|
|
info.setParentId(orgEntity.getParentId());
|
|
|
info.setRootId(orgEntity.getRootId());
|