Browse Source

Update demo

pull/10/head
sunkaixuna 3 years ago
parent
commit
9bdafb3a3a
  1. 2
      Src/Asp.Net/SqlSugar/SqlSugarClient.cs

2
Src/Asp.Net/SqlSugar/SqlSugarClient.cs

@ -669,7 +669,7 @@ namespace SqlSugar
_IsAllTran = true;
AllClientEach(it =>
{
if (this.GetConnectionConfigIds.Any()&&this.GetConnectionConfigIds.Contains(it.CurrentConnectionConfig.ConfigId))
if (this.GetConnectionConfigIds.Any()&&this.GetConnectionConfigIds.Contains(it.CurrentConnectionConfig.ConfigId+""))
{
it.Ado.BeginTran();
}

Loading…
Cancel
Save