@@ -482,7 +482,7 @@ class Party extends Api
$where['party.status'] = 1; //正常
- $where['party.is_online'] = 1; //在线
+ //$where['party.is_online'] = 1; //在线
$where['party.is_close'] = 0; //未关闭
$where['party.is_public'] = 1; //是否公开:1=是,0=否