mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update SqlServer
This commit is contained in:
parent
a5f713533d
commit
58f0b23f65
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user