bug处理

This commit is contained in:
2024-04-23 10:16:16 +08:00
parent c8e2f1eafd
commit 579f2d3a39
197 changed files with 2509 additions and 1363 deletions

View File

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

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