Browse Source

优化管理员增删改事务处理

Karson 4 years ago
parent
commit
97a6b53cec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/admin/controller/auth/Admin.php

+ 1 - 0
application/admin/controller/auth/Admin.php

@@ -7,6 +7,7 @@ use app\admin\model\AuthGroupAccess;
 use app\common\controller\Backend;
 use fast\Random;
 use fast\Tree;
+use think\Db;
 use think\Validate;
 
 /**