- 优化 GroupBy ToList 中可以直接使用 a.Key;

This commit is contained in:
28810
2020-08-07 00:00:39 +08:00
parent dfac943495
commit 7efe02f69c
21 changed files with 109 additions and 62 deletions

View File

@ -877,7 +877,7 @@ namespace FreeSql.Tests.Odbc.MySql
{
b.Key.Title,
b.Key.yyyy,
b.Key,
cou = b.Count(),
sum2 = b.Sum(b.Value.TypeGuid)
});