mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update Core
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user