|
@@ -187,7 +187,6 @@ public class OrgCloudServiceProvider extends ControllerSupport implements OrgClo
|
|
|
if (null == orgEntity) {
|
|
|
throw new StatusException("B-001250", "orgId is wrong");
|
|
|
}
|
|
|
- validateRootOrgIsolation(orgEntity.getRootId());
|
|
|
|
|
|
Map<String, String> map = Maps.newHashMap();
|
|
|
List<OrgPropertyEntity> list = orgPropertyRepo.findByOrgId(orgId);
|
|
@@ -213,7 +212,6 @@ public class OrgCloudServiceProvider extends ControllerSupport implements OrgClo
|
|
|
if (null == orgEntity) {
|
|
|
throw new StatusException("B-001250", "orgId is wrong");
|
|
|
}
|
|
|
- validateRootOrgIsolation(orgEntity.getRootId());
|
|
|
|
|
|
DynamicEnumManager manager = OrgProperty.getDynamicEnumManager();
|
|
|
DynamicEnum de = manager.getByName(key);
|