lizhen_gitee 1 년 전
부모
커밋
5ef0837d0f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/admin/controller/party/Party.php

+ 2 - 2
application/admin/controller/party/Party.php

@@ -134,10 +134,10 @@ class Party extends Backend
                         }
                     }
 
-                    if($params["is_close"] == 1) {
+                    /*if($params["is_close"] == 1) {
                         // 强制关闭需要退出正在房间的用户
                         $this->outMemberFromRoom($row->easemob_room_id);
-                    }
+                    }*/
 
                     //是否采用模型验证
                     if ($this->modelValidate) {