Commit 870ff212 by 泽锋 李

fix

parent aee73a53
......@@ -19,8 +19,6 @@ namespace AutoTurnOver.Purchase.AverageTarget
Task.Factory.StartNew(() =>
{
while (true)
{
try
{
Console.WriteLine($"开始 init ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
......@@ -32,8 +30,6 @@ namespace AutoTurnOver.Purchase.AverageTarget
Console.WriteLine("周销售系数计算异常" + ex.Message);
Console.WriteLine("周销售系数计算异常" + ex.StackTrace);
}
}
});
Task.Factory.StartNew(() =>
......
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