mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 05:37:58 +08:00
Synchronization code
This commit is contained in:
parent
f4c0335b45
commit
ccd0e38fba
@ -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