Commit 65a36828 authored by 黄奎's avatar 黄奎

页面修改

parent 3daa102a
......@@ -76,7 +76,7 @@ namespace Edu.WebApi.Timers
changeOrder = new System.Timers.Timer()
{
Interval = (1000 * 60) * (1 * 60) //1小时执行一次
Interval = (1000 * 60) * (1 * 10) //10分钟执行一次
};
changeOrder.Elapsed += new System.Timers.ElapsedEventHandler(BatchDealChangeOrder);
changeOrder.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