Commit 917aa141 by guanzhenshan

1

parent 9f67723e
...@@ -40,6 +40,7 @@ namespace Bailun.DC.DailyItemNoProfitRate ...@@ -40,6 +40,7 @@ namespace Bailun.DC.DailyItemNoProfitRate
OneDayItemNoProfitRate(day.AddDays(-2), day); OneDayItemNoProfitRate(day.AddDays(-2), day);
Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
} }
} }
catch (Exception ex) catch (Exception ex)
...@@ -55,6 +56,8 @@ namespace Bailun.DC.DailyItemNoProfitRate ...@@ -55,6 +56,8 @@ namespace Bailun.DC.DailyItemNoProfitRate
OneDayItemNoProfitRate(day.AddDays(-2), day); OneDayItemNoProfitRate(day.AddDays(-2), day);
} }
Dispose();
} }
......
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