mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
c1e467d8ab
commit
3abcb60598
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user