mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-20 03:49:46 +08:00
check bugs
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenAuth.App
|
||||
|
||||
|
||||
var roleViews = new List<RoleView>();
|
||||
foreach (var role in roles)
|
||||
foreach (var role in roles.ToList())
|
||||
{
|
||||
RoleView uv = role;
|
||||
var orgs = LoadByRole(role.Id);
|
||||
|
||||
Reference in New Issue
Block a user