mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
code optimization
This commit is contained in:
@@ -781,7 +781,8 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.Select<TResult>(this.SqlBuilder.SqlSelectAll);
|
||||
|
||||
return this.Select<TResult>(this.QueryBuilder.GetSelectValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user