mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Synchronization code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user