Code optimization

This commit is contained in:
sunkaixuna
2021-09-22 18:35:12 +08:00
parent cf9ed972b1
commit e2af0a6e1d

View File

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