Commit 240c46b1 by lizefeng

fix

parent 3a7896b7
......@@ -383,9 +383,9 @@ namespace AutoTurnOver.DB
month7 = GetVal(item.AsQueryable(), $"{year}-07"),
month8 = GetVal(item.AsQueryable(), $"{year}-08"),
month9 = GetVal(item.AsQueryable(), $"{year}-09"),
month10 = GetVal(item.AsQueryable(), $"{year}-010"),
month11 = GetVal(item.AsQueryable(), $"{year}-011"),
month12 = GetVal(item.AsQueryable(), $"{year}-012")
month10 = GetVal(item.AsQueryable(), $"{year}-10"),
month11 = GetVal(item.AsQueryable(), $"{year}-11"),
month12 = GetVal(item.AsQueryable(), $"{year}-12")
};
viewDatas.Add(itemData);
......
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