21345ytu
This commit is contained in:
parent
472a9e3a71
commit
8eecb1ee82
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user