mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Code optimization
This commit is contained in:
parent
cf9ed972b1
commit
e2af0a6e1d
@ -66,7 +66,7 @@ namespace SqlSugar
|
||||
}
|
||||
private string ToCountSqlString()
|
||||
{
|
||||
base.AppendFilter();
|
||||
//base.AppendFilter();
|
||||
string oldOrderValue = this.OrderByValue;
|
||||
string result = null;
|
||||
sql = new StringBuilder();
|
||||
|
Loading…
Reference in New Issue
Block a user