Explorar o código

pc权限调整

lizhen_gitee hai 8 meses
pai
achega
14ea3ab9a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extend/fast/Authpc.php

+ 1 - 1
extend/fast/Authpc.php

@@ -187,7 +187,7 @@ class Authpc
 
         // 筛选条件
         $where = [
-            'status' => 'normal'
+//            'status' => 'normal'
         ];
         if (!in_array('*', $ids)) {
             $where['id'] = ['in', $ids];