This commit is contained in:
2024-04-11 17:31:32 +08:00
parent f6eaa2f481
commit 4fbc6c0267
200 changed files with 1252 additions and 1860 deletions

View File

@@ -784,6 +784,10 @@ 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)
{

View File

@@ -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)]

View File

@@ -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)]

View File

@@ -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)]

View File

@@ -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)]