songxingwei 2 years ago
parent
commit
9d7ceeb2f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      application/admin/controller/Site.php
  2. 1 1
      application/admin/controller/Towns.php

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

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

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

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