Commit a142e192 by guanzhenshan

1

parent 2752ee18
......@@ -25,7 +25,7 @@ namespace Bailun.DC.DailyItemNoProfitRate
private void DoWork(object state)
{
var now = DateTime.Now;
var day = DateTime.Parse(now.AddDays(-2).ToShortDateString());
var day = DateTime.Parse(now.AddDays(-1).ToShortDateString());
try
{
......
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