Update exp to sql

This commit is contained in:
sunkaixuan 2022-05-21 10:39:54 +08:00
parent 0e66e75dde
commit 626713d3d3

View File

@ -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()