|
@@ -482,7 +482,7 @@ class Party extends Api
|
|
|
|
|
|
|
|
|
|
$where['party.status'] = 1;
|
|
$where['party.status'] = 1;
|
|
- $where['party.is_online'] = 1;
|
|
+
|
|
$where['party.is_close'] = 0;
|
|
$where['party.is_close'] = 0;
|
|
$where['party.is_public'] = 1;
|
|
$where['party.is_public'] = 1;
|
|
|
|
|