Compare commits
No commits in common. "7194796841e3eb02e93204c7b61568d07d1e82be" and "be7b38c6ce30efcf7b4c4defb9f7baa38425ace6" have entirely different histories.
7194796841
...
be7b38c6ce
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue