mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Synchronization code
This commit is contained in:
@@ -925,6 +925,10 @@ namespace SqlSugar
|
|||||||
db.Context.Ado.BeginTran();
|
db.Context.Ado.BeginTran();
|
||||||
}
|
}
|
||||||
db.Context.Root = this;
|
db.Context.Root = this;
|
||||||
|
if (db.Context.MappingTables == null)
|
||||||
|
{
|
||||||
|
db.Context.MappingTables = new MappingTableList();
|
||||||
|
}
|
||||||
return db.Context;
|
return db.Context;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user