mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Update .net core project
This commit is contained in:
parent
725de875e9
commit
cd504b4851
@ -103,6 +103,7 @@ namespace SqlSugar
|
||||
var result = InstanceFactory.GetQueryable<T, T2>(this.Context.CurrentConnectionConfig);
|
||||
result.SqlBuilder = this.SqlBuilder;
|
||||
result.Context = this.Context;
|
||||
this.QueryBuilder.IsSqlQuery = false;
|
||||
result.QueryBuilder.JoinQueryInfos.Add(GetJoinInfo(joinExpression,JoinType.Left));
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user