Commit b79f1c6c by zhoujinhui

停止刷新

parent 89edc65b
...@@ -244,7 +244,7 @@ namespace ResetOutofstock ...@@ -244,7 +244,7 @@ namespace ResetOutofstock
try try
{ {
Console.WriteLine($"开始刷新 已经停止监控的周转数据,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"开始刷新 已经停止监控的周转数据,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
dc_auto_turnover.ResetHistory(); // dc_auto_turnover.ResetHistory();
Console.WriteLine($"结束刷新 已经停止监控的周转数据,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"结束刷新 已经停止监控的周转数据,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
} }
catch (Exception ex) catch (Exception ex)
......
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