Commit 035f9290 authored by 黄奎's avatar 黄奎

页面修改

parent 18ca6afc
......@@ -131,7 +131,7 @@ namespace Edu.WebApi.Timers
marketTimer = new System.Timers.Timer()
{
Interval = (1000 * 60) * (60 * 1) //1小时
Interval = (1000 * 60) * (10) //10分钟执行一次
};
marketTimer.Elapsed += new System.Timers.ElapsedEventHandler(DealMarketConsultantData);
marketTimer.Enabled = true;
......
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