Commit 5dd7eb14 by 泽锋 李

fix

parent 5ff79a18
...@@ -17,10 +17,9 @@ namespace ResetOutofstock ...@@ -17,10 +17,9 @@ namespace ResetOutofstock
Task.Factory.StartNew(() => Task.Factory.StartNew(() =>
{ {
Console.WriteLine("开始刷新调拨订单数据"); Console.WriteLine("开始刷新调拨订单数据");
report.ResetCashFlowData();
var now = DateTime.Now; var now = DateTime.Now;
report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59"))); //report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59")));
report.ResetCashFlowData(); //report.ResetCashFlowData();
Console.WriteLine("结束调拨订单数据"); Console.WriteLine("结束调拨订单数据");
}); });
......
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