Commit d51a9343 by 泽锋 李

fix

parent d81f4a12
......@@ -59,9 +59,10 @@ namespace ResetOutofstock
Task.Factory.StartNew(() =>
{
Thread.Sleep(10 * 60 * 1000);
while (true)
{
Thread.Sleep(10 * 60 * 1000);
try
{
Console.WriteLine($"开始 同步生产订单数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
......
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