mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update Select(exp,true)
This commit is contained in:
@@ -968,6 +968,10 @@ namespace SqlSugar
|
||||
{
|
||||
return this.Select<TResult>(expression);
|
||||
}
|
||||
if (this.QueryBuilder.TableShortName.IsNullOrEmpty())
|
||||
{
|
||||
this.QueryBuilder.TableShortName = clone.QueryBuilder.TableShortName;
|
||||
}
|
||||
this.QueryBuilder.Parameters = ps.Parameters;
|
||||
this.QueryBuilder.LambdaExpressions.ParameterIndex = clone.QueryBuilder.LambdaExpressions.ParameterIndex;
|
||||
var parameters = (expression as LambdaExpression).Parameters;
|
||||
|
||||
Reference in New Issue
Block a user