mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Synchronization code
This commit is contained in:
parent
2ea3064986
commit
ffe2865f3d
@ -597,6 +597,7 @@ namespace SqlSugar
|
||||
{
|
||||
var whereExp = DynamicCoreHelper.GetWhere(keyIsShortName_ValueIsType_Dictionary,onExpString);
|
||||
var name=whereExp.Parameters.Last(it => it.Type == JoinType).Name;
|
||||
this.Context.InitMappingInfo(JoinType);
|
||||
var sql = this.QueryBuilder.GetExpressionValue(whereExp, ResolveExpressType.WhereMultiple).GetResultString();
|
||||
return AddJoinInfo(JoinType, name, sql,type);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user