mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
Update exp to sql
This commit is contained in:
parent
0e66e75dde
commit
626713d3d3
@ -134,6 +134,7 @@ namespace SqlSugar
|
||||
copyContext.IsSingle = this.IsSingle;
|
||||
copyContext.RootExpression = this.RootExpression;
|
||||
copyContext.TableEnumIsString = this.TableEnumIsString;
|
||||
copyContext.SugarContext = this.SugarContext;
|
||||
return copyContext;
|
||||
}
|
||||
public ExpressionContext GetCopyContextWithMapping()
|
||||
|
Loading…
Reference in New Issue
Block a user