20210918
This commit is contained in:
parent
04b926db45
commit
18068677f0
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue