@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>d539cd96-821c-4c03-b82b-b9b3b80a5ae8</UserSecretsId>
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
@ -174,7 +174,8 @@ namespace learun.application
};
treeList.Add(node);
}
return treeList.ToTree(companyId);
return treeList.ToTree();
//return treeList.ToTree(companyId);
#endregion 2