lizhen_gitee пре 1 година
родитељ
комит
26ccbba666
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/api/controller/Party.php

+ 1 - 1
application/api/controller/Party.php

@@ -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=否