This commit is contained in:
李超 2023-12-12 13:57:58 +08:00
parent 5baefadb6b
commit 46a2904880
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ namespace WebAPI.Filter
BLL.Funs.DBList[System.Threading.Thread.CurrentThread.ManagedThreadId].Dispose();
BLL.Funs.DBList.Remove(System.Threading.Thread.CurrentThread.ManagedThreadId);
}
base.OnActionExecuted(actionExecutedContext);
}
}