songxingwei há 2 anos atrás
pai
commit
5b58a44de3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      application/admin/controller/Site.php

+ 1 - 1
application/admin/controller/Site.php

@@ -150,7 +150,7 @@ class Site extends Controller
     public function del()
     {
         $log = ['action'=>'权限管理','content'=>'删除'];
-        $this->_save($this->table, ['is_del' => '0']);
+        $this->_save($this->table, ['is_del' => '0'],$log);
     }