mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-27 10:25:47 +08:00
- 修复 ToChunk + IncludeMany 二级集合属性的 bug;
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user