mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
Update split table bug
This commit is contained in:
parent
ab3d1cf582
commit
79131432d5
@ -1170,7 +1170,7 @@ namespace SqlSugar
|
|||||||
this.QueryBuilder.IsDistinct==false)
|
this.QueryBuilder.IsDistinct==false)
|
||||||
{
|
{
|
||||||
|
|
||||||
return this.Clone().Select<int>(" COUNT(1) ").ToList().First();
|
return this.Clone().Select<int>(" COUNT(1) ").ToList().FirstOrDefault();
|
||||||
}
|
}
|
||||||
MappingTableList expMapping;
|
MappingTableList expMapping;
|
||||||
int result;
|
int result;
|
||||||
|
Loading…
Reference in New Issue
Block a user