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