登录用户超时注销、登录日志记录
This commit is contained in:
@@ -101,8 +101,9 @@ namespace LargeSquareOne
|
||||
// AlarmType = isError ? "错误".Translated() : "信息".Translated(),
|
||||
// Operater = CommonMethods.currentAdmin.LoginName
|
||||
//});
|
||||
|
||||
|
||||
string opeType = isError ? "错误" : "信息";
|
||||
string logInfo = $"操作时间: {CurrentTime}, 操作类型: {opeType}, 操作信息: {info}";
|
||||
LogHelper.Instance.WriteLog(logInfo, ConstValue.USER_LOG);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user