mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
调整部分代码结构
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenAuth.Domain.Service
|
||||
public dynamic Load(string username, int orgId, int pageindex, int pagesize)
|
||||
{
|
||||
|
||||
_authoriseService.GetUserAccessed(username);
|
||||
_authoriseService.LoadAuthControls(username);
|
||||
if (_authoriseService.Orgs.Count == 0) //用户没有任何可见机构
|
||||
{
|
||||
return new
|
||||
|
Reference in New Issue
Block a user