mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 10:24:55 +08:00
Code optimization
This commit is contained in:
@@ -66,7 +66,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
private string ToCountSqlString()
|
private string ToCountSqlString()
|
||||||
{
|
{
|
||||||
base.AppendFilter();
|
//base.AppendFilter();
|
||||||
string oldOrderValue = this.OrderByValue;
|
string oldOrderValue = this.OrderByValue;
|
||||||
string result = null;
|
string result = null;
|
||||||
sql = new StringBuilder();
|
sql = new StringBuilder();
|
||||||
|
|||||||
Reference in New Issue
Block a user