Commit d9eb5b82 by 泽锋 李

fix

parent 33b50726
......@@ -119,7 +119,7 @@ namespace AutoTurnOver.Controllers
table.Columns.Add("14日日均");
table.Columns.Add("30日日均");
var thisDate = DateTime.Now;
for (int i = 0; i < 8; i++)
for (int i = 0; i < 13; i++)
{
var btime = thisDate.GetWeekFirstDayMon();
var etime = btime.AddDays(7);
......
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