|
@@ -587,8 +587,6 @@ public class OrgController extends ControllerSupport {
|
|
|
if (null == orgEntity) {
|
|
|
throw new StatusException("B-001250", "orgId is wrong");
|
|
|
}
|
|
|
- validateRootOrgIsolation(orgEntity.getRootId());
|
|
|
-
|
|
|
DynamicEnumManager manager = OrgProperty.getDynamicEnumManager();
|
|
|
DynamicEnum de = manager.getByName(key);
|
|
|
OrgPropertyEntity one = orgPropertyRepo.findByOrgIdAndKeyId(orgId, de.getId());
|