mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
CreateContext
This commit is contained in:
parent
8675437ed5
commit
71dcd5d3fa
@ -110,7 +110,7 @@ namespace SqlSugar
|
||||
{
|
||||
sugarUnitOf.Db = this;
|
||||
sugarUnitOf.Tenant = this;
|
||||
sugarUnitOf.IsTran = true;
|
||||
sugarUnitOf.IsTran = isTran;
|
||||
this.Open();
|
||||
if (isTran)
|
||||
this.BeginTran();
|
||||
|
Loading…
Reference in New Issue
Block a user