fix: 删除子部门权限的展示

This commit is contained in:
lulz1 2024-06-25 16:13:40 +08:00
parent 9e46792092
commit c7dfb7f045
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class SystemDomainService {
if (org == null) {
return;
}
queryChild(org); // 查询子组织
// queryChild(org); // 查询子组织
allOrganizations.add(org); // 添加当前组织到列表
List<SystemOrganization> childOrganizationList = org.getChildOrganizationList();
if (childOrganizationList != null && !childOrganizationList.isEmpty()) {