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
a37098be14
commit
7bf654f308
@ -781,7 +781,8 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.Select<TResult>(this.SqlBuilder.SqlSelectAll);
|
||||
|
||||
return this.Select<TResult>(this.QueryBuilder.GetSelectValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user