mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update exp to sql
This commit is contained in:
parent
c4469ad69e
commit
7d70f0b0ea
@ -154,6 +154,7 @@ namespace SqlSugar
|
|||||||
copyContext.TableEnumIsString = this.TableEnumIsString;
|
copyContext.TableEnumIsString = this.TableEnumIsString;
|
||||||
copyContext.IsSingle = this.IsSingle;
|
copyContext.IsSingle = this.IsSingle;
|
||||||
copyContext.RootExpression = this.RootExpression;
|
copyContext.RootExpression = this.RootExpression;
|
||||||
|
copyContext.SugarContext= this.SugarContext;
|
||||||
return copyContext;
|
return copyContext;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user