21345ytu
This commit is contained in:
parent
472a9e3a71
commit
8eecb1ee82
@ -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