- 修复 ToChunk + IncludeMany 二级集合属性的 bug;

This commit is contained in:
2881099
2020-12-26 09:44:00 +08:00
parent df9011a736
commit 4f4033a865
5 changed files with 250 additions and 184 deletions

View File

@@ -742,6 +742,10 @@ namespace FreeSql.Tests.Oracle
var fkfjfj = select.GroupBy(a => a.Title)
.ToList(a => a.Sum(a.Value.TypeGuid));
var fkfjfj2 = select.GroupBy(a => a.Title)
.Page(2, 10)
.OrderBy(a => a.Key)
.ToList(a => a.Sum(a.Value.TypeGuid));
var aggsql1 = select
.GroupBy(a => a.Title)