Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-20 10:42:16 +08:00
commit be7b38c6ce
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace IRaCIS.Application.Contracts
public string RealName { get; set; } = string.Empty;
public int? Sex { get; set; } // 1-男 2-女
/// <summary>
/// LastLoginIP
/// </summary>

View File

@ -816,6 +816,8 @@ namespace IRaCIS.Application.Services
if (loginUser.LastLoginIP != iPRegion)
{
loginUser.LoginState = 2;
Console.WriteLine("loginUser.LastLoginIP:" + loginUser.LastLoginIP);
Console.WriteLine("iPRegion:" + iPRegion);
}