mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update demo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user