bug处理
This commit is contained in:
@@ -784,10 +784,6 @@ public class AuthorizeService : IAuthorizeService, IDynamicApiController, ITrans
|
||||
{
|
||||
var tenantId = _userManager.TenantId;
|
||||
var list = await GetOnlineUserList(tenantId);
|
||||
if (list == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
var user = list.Find(it => it.tenantId == tenantId && it.userId == id);
|
||||
if (user != null)
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace JNPF.Systems;
|
||||
/// <summary>
|
||||
/// 业务实现:分组管理
|
||||
/// 版 本:V3.3.3
|
||||
|
||||
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
|
||||
/// 日 期:2022.03.11.
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings(Tag = "Permission", Name = "Group", Order = 162)]
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace JNPF.Systems;
|
||||
/// <summary>
|
||||
/// 分级管理
|
||||
/// 版 本:V3.2.0
|
||||
|
||||
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
|
||||
/// 日 期:2021.09.27.
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings(Tag = "Permission", Name = "OrganizeAdministrator", Order = 166)]
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace JNPF.Systems;
|
||||
/// 机构管理.
|
||||
/// 组织架构:公司》部门》岗位》用户
|
||||
/// 版 本:V3.2.0
|
||||
|
||||
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
|
||||
/// 日 期:2021.06.07.
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings(Tag = "Permission", Name = "Organize", Order = 165)]
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace JNPF.Systems;
|
||||
/// <summary>
|
||||
/// 业务实现:岗位管理.
|
||||
/// 版 本:V3.2.0
|
||||
|
||||
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
|
||||
/// 日 期:2021.06.07.
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings(Tag = "Permission", Name = "Position", Order = 162)]
|
||||
|
||||
Reference in New Issue
Block a user