mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user