Synchronization code

This commit is contained in:
sunkaixuan 2023-11-14 11:32:05 +08:00
parent c1e467d8ab
commit 3abcb60598

View File

@ -925,6 +925,10 @@ namespace SqlSugar
db.Context.Ado.BeginTran();
}
db.Context.Root = this;
if (db.Context.MappingTables == null)
{
db.Context.MappingTables = new MappingTableList();
}
return db.Context;
}