This commit is contained in:
ichynul 2020-05-21 01:13:23 +08:00
parent 75791eaf3d
commit e4c55377f0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Admin extends Controller
$this->pageTitle = '用户管理';
$this->postAllowFields = ['phone', 'name', 'email'];
$this->delNotAllowed = [1];
$this->delNotAllowed = [1, session('admin_id')];
}
protected function filterWhere()