Commit dcb150e5 by guanzhenshan

1、更新现金流量表的服务没有重跑的问题;

2、资产负债表环比报表和导出增加生产库存
parent c564f3c9
...@@ -43,7 +43,7 @@ namespace Bailun.DC.DailyPayAndIncoming ...@@ -43,7 +43,7 @@ namespace Bailun.DC.DailyPayAndIncoming
Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
} }
else if (now.Hour / 8 == 0 && now.Minute == 1) else if (now.Hour % 8 == 0 && now.Minute == 1)
{ {
var start = DateTime.Parse(now.AddMonths(-1).ToShortDateString()); var start = DateTime.Parse(now.AddMonths(-1).ToShortDateString());
while (start.AddDays(1) < DateTime.Now) while (start.AddDays(1) < DateTime.Now)
......
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