Commit 9c4af6a2 by 泽锋 李

抓调拨费用

parent 819cfbb7
...@@ -18,9 +18,7 @@ namespace ResetOutofstock ...@@ -18,9 +18,7 @@ namespace ResetOutofstock
{ {
Console.WriteLine("开始刷新广告费数据"); Console.WriteLine("开始刷新广告费数据");
var now = DateTime.Now; var now = DateTime.Now;
report_cash_flow_dao.CalculationAdFeeEbay(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_cash_flow_dao.CalculationAdFeeAmazon(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59")));
report_cash_flow_dao.CalculationPublishFeeEbay(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