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