This commit is contained in:
2023-12-12 13:57:58 +08:00
parent 5baefadb6b
commit 46a2904880
@@ -79,7 +79,6 @@ namespace WebAPI.Filter
BLL.Funs.DBList[System.Threading.Thread.CurrentThread.ManagedThreadId].Dispose(); BLL.Funs.DBList[System.Threading.Thread.CurrentThread.ManagedThreadId].Dispose();
BLL.Funs.DBList.Remove(System.Threading.Thread.CurrentThread.ManagedThreadId); BLL.Funs.DBList.Remove(System.Threading.Thread.CurrentThread.ManagedThreadId);
} }
base.OnActionExecuted(actionExecutedContext); base.OnActionExecuted(actionExecutedContext);
} }
} }