瀏覽代碼

pc权限调整

lizhen_gitee 8 月之前
父節點
當前提交
14ea3ab9a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];