Commit 57cf9af2 by 泽锋 李

fix

parent 004a0c07
......@@ -456,7 +456,7 @@ namespace AutoTurnOver.Services
var btime = thisDate.GetWeekFirstDayMon();
var etime = btime.GetWeekLastDaySun();
table.Columns.Add($"预测{btime.ToString("yyyy-MM-dd")}~{etime.ToString("yyyy-MM-dd")}销量");
thisDate = thisDate.AddDays(8);
thisDate = thisDate.AddDays(7);
}
foreach (var item in list)
......
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