WANG 6 ani în urmă
părinte
comite
bd4a7f535d

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

@@ -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);