mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Synchronous project
This commit is contained in:
parent
79131432d5
commit
1fec9a3c5c
@ -1170,7 +1170,7 @@ namespace SqlSugar
|
||||
this.QueryBuilder.IsDistinct==false)
|
||||
{
|
||||
|
||||
return this.Clone().Select<int>(" COUNT(1) ").ToList().First();
|
||||
return this.Clone().Select<int>(" COUNT(1) ").ToList().FirstOrDefault();
|
||||
}
|
||||
MappingTableList expMapping;
|
||||
int result;
|
||||
|
Loading…
Reference in New Issue
Block a user