Commit 8c59fd99 by zhoujinhui

up

parent 256e90ed
......@@ -14,6 +14,7 @@ namespace AutoTurnOver.WeeklyStatistics
{
_timer = new Timer(DoWork, null, TimeSpan.Zero, TimeSpan.FromSeconds(60));
Console.WriteLine("执行缺货数据同步!");
new WeeklyStatisticsServices().TimingWeekShortageTask();
return Task.CompletedTask;
}
......
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