Pārlūkot izejas kodu

房间列表都显示

lizhen_gitee 1 gadu atpakaļ
vecāks
revīzija
26ccbba666
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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=否