From e25cc5a0e606cd880a6d3fe74a497af3412337f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B0=8F=E7=84=B6=E5=AD=90?= Date: Wed, 15 Jan 2025 13:19:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E7=8A=B6=E6=80=81=E6=88=96=E4=BF=A1=E6=81=AF=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=89=80=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=95=B0=E6=8D=AE=E4=B8=A2=E5=A4=B1=EF=BC=8C?= =?UTF-8?q?=E4=B8=A5=E9=87=8D=E7=BA=A7=E5=88=AB=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 前端小然子 --- server/app/common/cache/AdminAuthCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/common/cache/AdminAuthCache.php b/server/app/common/cache/AdminAuthCache.php index 4224ca01a..e3ff7a62a 100644 --- a/server/app/common/cache/AdminAuthCache.php +++ b/server/app/common/cache/AdminAuthCache.php @@ -114,7 +114,7 @@ class AdminAuthCache extends BaseCache */ public function clearAuthCache() { - $this->clear($this->cacheUrlKey); + $this->tag($this->cacheUrlKey)->clear(); return true; } -- Gitee