mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update demo
This commit is contained in:
@@ -669,7 +669,7 @@ namespace SqlSugar
|
|||||||
_IsAllTran = true;
|
_IsAllTran = true;
|
||||||
AllClientEach(it =>
|
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();
|
it.Ado.BeginTran();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user