From 2ba567495244e1bc752e9b6113b36c423d9b6fd1 Mon Sep 17 00:00:00 2001 From: zwesy Date: Fri, 4 Dec 2020 18:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8E=92=E5=BA=8F=E6=9B=B4=E6=96=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=97=B6=EF=BC=8C=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/manager/Rule.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/manager/Rule.php b/app/controller/manager/Rule.php index cd1e23f..546708b 100644 --- a/app/controller/manager/Rule.php +++ b/app/controller/manager/Rule.php @@ -60,6 +60,7 @@ class Rule extends Base if(!empty($updateData)){ $model = new AuthRule(); $model->saveAll($updateData); + AuthGroup::resetGroupRulesCache(); $sortStr = $sort == 'up' ? '上移' : '下调'; Log::write('rule', 'sort', "权限排序,ID:{$id} ,标题:{$item['title']},{$sortStr}了{$num}位"); return $this->json();