Update demo

This commit is contained in:
sunkaixuna 2021-11-07 16:56:03 +08:00
parent 9345ef7a12
commit 9bdafb3a3a

View File

@ -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();
}