Commit 5ff79a18 by 泽锋 李

fix

parent a4640969
......@@ -17,6 +17,7 @@ namespace ResetOutofstock
Task.Factory.StartNew(() =>
{
Console.WriteLine("开始刷新调拨订单数据");
report.ResetCashFlowData();
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.ResetCashFlowData();
......
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