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