Commit a822dcca by lizefeng

fix

parent 0e0cd21e
...@@ -671,7 +671,7 @@ namespace ResetOutofstock ...@@ -671,7 +671,7 @@ namespace ResetOutofstock
new AmazonDataSynchroService().AnaReport(); new AmazonDataSynchroService().AnaReport();
new AmazonDataSynchroService().AnaReport(-1); new AmazonDataSynchroService().AnaReport(-1);
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")}");
Thread.Sleep(100 * 3 ); Thread.Sleep(100 );
} }
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