mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 21:32:04 +08:00
Update mapping tables
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