mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 19:04:58 +08:00
Update nav query
This commit is contained in:
@@ -164,6 +164,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
var copyDb = this.Clone();
|
var copyDb = this.Clone();
|
||||||
copyDb.QueryBuilder.OrderByValue = null;
|
copyDb.QueryBuilder.OrderByValue = null;
|
||||||
|
copyDb.QueryBuilder.Includes = null;
|
||||||
var list = await copyDb.Select<int>(" COUNT(1) ").ToListAsync();
|
var list = await copyDb.Select<int>(" COUNT(1) ").ToListAsync();
|
||||||
return list.FirstOrDefault();
|
return list.FirstOrDefault();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.1.4.206-preview19</version>
|
<version>5.1.4.206-preview22</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>果糖大数据科技</owners>
|
<owners>果糖大数据科技</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
|||||||
Reference in New Issue
Block a user