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