mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update demo
This commit is contained in:
parent
9345ef7a12
commit
9bdafb3a3a
@ -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…
Reference in New Issue
Block a user