Commit f2eb78c7 by guanzhenshan

同上

parent c77c4485
......@@ -45,7 +45,7 @@ namespace Bailun.DC.HappenAmount
var start = now.AddMonths(-2);
while (start.AddDays(1) < DateTime.Now)
{
new Services().Init(start, start.AddDays(1));
new Services().Init(DateTime.Parse(start.ToShortDateString()), DateTime.Parse(start.AddDays(1).ToShortDateString()));
//new Bailun.DC.Services.FinanceReportServices().AddLogisticsWaitPay(start, hl_amount_pay);
new Bailun.DC.Services.FinanceReportServices().UpdateLogisticsWaitPay(start, 0, "admin", null);
start = start.AddDays(1);
......
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