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

View File

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