From f5c83cb770e1dbe8c98e573a4727e6e99e20f368 Mon Sep 17 00:00:00 2001 From: xiaolipro <2357729423@qq.com> Date: Wed, 3 Apr 2024 11:59:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Ahttps://gitee.com/ccnetcore/Yi/issu?= =?UTF-8?q?es/I9DVOY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Yi.Framework.SqlSugarCore/Uow/SqlSugarTransactionApi.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Yi.Abp.Net8/framework/Yi.Framework.SqlSugarCore/Uow/SqlSugarTransactionApi.cs b/Yi.Abp.Net8/framework/Yi.Framework.SqlSugarCore/Uow/SqlSugarTransactionApi.cs index 44ea1419..6dea7007 100644 --- a/Yi.Abp.Net8/framework/Yi.Framework.SqlSugarCore/Uow/SqlSugarTransactionApi.cs +++ b/Yi.Abp.Net8/framework/Yi.Framework.SqlSugarCore/Uow/SqlSugarTransactionApi.cs @@ -25,6 +25,7 @@ namespace Yi.Framework.SqlSugarCore.Uow public void Dispose() { + _sqlsugarDbContext.SqlSugarClient.Ado.Dispose(); } public async Task RollbackAsync(CancellationToken cancellationToken = default)