feat: 优化异步操作

This commit is contained in:
橙子
2024-09-30 22:34:12 +08:00
parent 707e241f25
commit d4e8ce9c89
2 changed files with 3 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ namespace Yi.Framework.SqlSugarCore.Uow
public ISqlSugarDbContext GetDbContext()
{
return _sqlsugarDbContext;
}