Commit 6c18c7b7 authored by 黄奎's avatar 黄奎

页面修改

parent d28b0ba6
......@@ -115,7 +115,7 @@ namespace Edu.WebApi.Timers
marketTimer= new System.Timers.Timer()
{
Interval = (1000) * (1) //1秒检测一次
Interval = (1000) * (1) //1秒检测一次 00:30:00 每天执行一次
};
marketTimer.Elapsed += new System.Timers.ElapsedEventHandler(DealMarketConsultantData);
marketTimer.Enabled = true;
......@@ -155,7 +155,6 @@ namespace Edu.WebApi.Timers
{
if (Interlocked.Exchange(ref marketconsultant_Timer, 1) == 0)
{
int intHour = e.SignalTime.Hour;
int intMinute = e.SignalTime.Minute;
int intSecond = e.SignalTime.Second;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment