mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update Sqlqueryable.Select BUG
This commit is contained in:
parent
599456fcda
commit
48ef6ae142
@ -554,6 +554,10 @@ namespace SqlSugar
|
||||
result.Context = this.Context;
|
||||
result.SqlBuilder = this.SqlBuilder;
|
||||
QueryBuilder.SelectValue = selectValue;
|
||||
if (this.IsAs)
|
||||
{
|
||||
((QueryableProvider<TResult>)result).IsAs = true;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
public virtual ISugarQueryable<T> Select(string selectValue)
|
||||
|
Loading…
Reference in New Issue
Block a user