Commit 5ed6ee72 authored by 黄奎's avatar 黄奎

页面修改

parent 054a0d85
......@@ -512,7 +512,6 @@ namespace Edu.Module.Duty
else
{
result.Add("FinishLateTimeStr", "");
}
result.Add("SchoolName", model?.SchoolName);
......
......@@ -22,7 +22,7 @@ namespace Edu.WebApi.Timers
timer1.Enabled = true;
timer2 = new System.Timers.Timer();
timer2.Interval = (1000 * 60) * ( 1); //1小时执行一次
timer2.Interval = (1000 * 60) * ( 1*60); //1小时执行一次
timer2.Elapsed += new System.Timers.ElapsedEventHandler(DealDuty);
timer2.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