code optimization

This commit is contained in:
sunkaixuna 2021-10-05 19:04:04 +08:00
parent a37098be14
commit 7bf654f308

View File

@ -781,7 +781,8 @@ namespace SqlSugar
}
else
{
return this.Select<TResult>(this.SqlBuilder.SqlSelectAll);
return this.Select<TResult>(this.QueryBuilder.GetSelectValue);
}
}