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