mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update Core
This commit is contained in:
parent
2f777acc51
commit
86a486d0a7
@ -1048,7 +1048,8 @@ namespace SqlSugar
|
|||||||
this.QueryBuilder.Take == null&&
|
this.QueryBuilder.Take == null&&
|
||||||
this.QueryBuilder.OrderByValue == null &&
|
this.QueryBuilder.OrderByValue == null &&
|
||||||
this.QueryBuilder.PartitionByValue == null&&
|
this.QueryBuilder.PartitionByValue == null&&
|
||||||
this.QueryBuilder.SelectValue==null)
|
this.QueryBuilder.SelectValue==null&&
|
||||||
|
this.QueryBuilder.Includes == null)
|
||||||
{
|
{
|
||||||
|
|
||||||
return this.Clone().Select<int>(" COUNT(1) ").ToList().First();
|
return this.Clone().Select<int>(" COUNT(1) ").ToList().First();
|
||||||
|
Loading…
Reference in New Issue
Block a user