mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update SqlServer
This commit is contained in:
@@ -41,7 +41,10 @@ namespace SqlSugar
|
||||
}
|
||||
if (IsNoPage)
|
||||
{
|
||||
pageSize = groupList.Count;
|
||||
if(this.EntityInfo.Columns.Any(it => it.IsIdentity))
|
||||
{
|
||||
pageSize = groupList.Count;
|
||||
}
|
||||
}
|
||||
int pageIndex = 1;
|
||||
int totalRecord = groupList.Count;
|
||||
|
Reference in New Issue
Block a user