This commit is contained in:
wyw 2026-05-28 13:55:18 +08:00
parent 472a9e3a71
commit 8eecb1ee82

View File

@ -216,7 +216,7 @@ namespace APT.PF.WebApiControllers.Api.PF
string userId = filter == null ? string.Empty : filter.Keyword;
int platformType = filter == null ? (int)PFPlatTypeEnum. : string.IsNullOrEmpty(filter.Parameter3)
? (int)PFPlatTypeEnum. : Convert.ToInt32(filter.Parameter3);
Guid orgId = filter.OrgId??Guid.Empty;
Guid orgId = filter.OrgId ?? Guid.Empty;
#region orgId
@ -580,7 +580,7 @@ namespace APT.PF.WebApiControllers.Api.PF
// sysLogService.AddLoginLog(result.User.ID, platformType);
//else
// sysLogService.AddLoginLogByApp(result.User.ID, platformType, filter);
if (result.User.NAME != "管理员")
if (!result.User.NAME.Contains("管理员"))// if (result.User.NAME != "管理员")
{
T_BI_LOGIN_RECORD loginRecord = new T_BI_LOGIN_RECORD
{