Synchronization code

This commit is contained in:
sunkaixuan
2023-05-10 15:31:05 +08:00
parent 1a3c73fb5a
commit 1349bf422e

View File

@@ -474,6 +474,7 @@ namespace SqlSugar
expressionContext.MappingColumns = this.MappingColumns;
expressionContext.MappingTables = this.MappingTables;
expressionContext.IsSingle = false;
expressionContext.SugarContext = new ExpressionOutParameter() { Context=this.Context };
if (this.Context.CurrentConnectionConfig.MoreSettings != null)
{
expressionContext.PgSqlIsAutoToLower = this.Context.CurrentConnectionConfig.MoreSettings.PgSqlIsAutoToLower;