LFeYls

Results 2 issues of LFeYls

When getting the permission list, can you consider adding a bool parameter to get the permission list that only belongs to the specified provider.replace code .Where(x => !x.Providers.Any() || x.Providers.Contains(providerName))...

在 GeneralTreeManager 对象的TraverseTree方法中 是否可以添加 ```tree.Parent = parent;``` 这样就可在childrenAction中使用到父节点的一些自定义字段