mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
采用ACE界面
This commit is contained in:
@@ -36,6 +36,8 @@ namespace OpenAuth.App
|
||||
_service.ModuleElements.Where(u => u.ModuleId == moduleView.Id).OrderBy(u => u.Sort).ToList();
|
||||
}
|
||||
|
||||
user.ModuleWithChildren = user.Modules.GenerateTree(c => c.Id, c => c.ParentId);
|
||||
|
||||
return user;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user