Commit 21fe99c7 by 泽锋 李

init 上周销量

parent b3469b1a
...@@ -39,12 +39,12 @@ namespace ResetOutofstock ...@@ -39,12 +39,12 @@ namespace ResetOutofstock
// dc_report_finance_dao.CalculationOrderPlatfrom(DateTime.Now.AddYears(-1)); // dc_report_finance_dao.CalculationOrderPlatfrom(DateTime.Now.AddYears(-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")}");
//}); //});
//Task.Factory.StartNew(() => Task.Factory.StartNew(() =>
//{ {
// Console.WriteLine($"开始 订单-财报退款数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId},{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"开始 init 上周销量 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
// dc_report_finance_dao.CalculationRefund(DateTime.Now.AddYears(-1)); report.ResetLastweekData();
// Console.WriteLine($"结束 订单-财报退款数据,线程Id:{Thread.CurrentThread.ManagedThreadId},{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"结束 init 上周销量 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
//}); });
Task.Factory.StartNew(() => 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