mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Synchronization code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user