From 46a2904880c19de65c05a46fed968dfe632f6634 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Tue, 12 Dec 2023 13:57:58 +0800 Subject: [PATCH] 1111 --- SGGL/WebAPI/Filter/TestPermissionAttribute.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SGGL/WebAPI/Filter/TestPermissionAttribute.cs b/SGGL/WebAPI/Filter/TestPermissionAttribute.cs index ddbfcac7..a572a516 100644 --- a/SGGL/WebAPI/Filter/TestPermissionAttribute.cs +++ b/SGGL/WebAPI/Filter/TestPermissionAttribute.cs @@ -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); } }