Commit d818ad5d by lizefeng

fix

parent 22363a7f
......@@ -832,7 +832,7 @@ namespace ResetOutofstock
Console.WriteLine($"开始 拉取亚马逊提现记录,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
new AmazonDataSynchroService().SynchroFinancialEventGroupsSubmit();
Console.WriteLine($"结束 拉取亚马逊提现记录,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
Thread.Sleep(1000 * 60 * 60 * 4); // 4个小时提交一次
Thread.Sleep(1000 * 60 * 60 * 8); // 4个小时提交一次
}
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