Synchronous project

This commit is contained in:
sunkaixuan 2022-07-17 17:39:56 +08:00
parent 79131432d5
commit 1fec9a3c5c

View File

@ -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;