This commit is contained in:
杨红卫 2021-09-18 14:10:25 +08:00
parent 04b926db45
commit 18068677f0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
TimeSpan ts = DateTime.Now- new DateTime(1970, 1, 1, 0, 0, 0, 0);
//DateTime time = Funs.IntToDateTime(Convert.ToInt64(timespan[1]));
//if (DateTime.Now < time.AddSeconds(10)) //时间间隔小于10秒
if (Convert.ToInt64(ts.TotalMilliseconds) - Convert.ToInt64(timespan[1]) < 10000)
if (Convert.ToInt64(ts.TotalMilliseconds) - Convert.ToInt64(timespan[1]) < 600000)
{
if (LoginService.UserLogOn_OA(userValues[1], true, this.Page))
{