This commit is contained in:
sunkaixuna 2021-10-05 19:12:58 +08:00
parent 7bf654f308
commit c4265b98dd

View File

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