酒吧房约他 开小房间
This commit is contained in:
@@ -197,7 +197,7 @@ class BarRoom extends Model
|
||||
//预测版块 上线前注释掉 ======👇======
|
||||
//获取 房间ID
|
||||
$room_last_id = db::name('vs_room')->order('id desc')->value('id');
|
||||
if($room_last_id >= 1999){
|
||||
if($room_last_id >= 19998){
|
||||
return ['code' => 0, 'msg' =>'房间已满,暂时不能创建房间,请联系运营或管理', 'data' => null];
|
||||
}
|
||||
//预测版块 上线前注释掉======👆======
|
||||
|
||||
Reference in New Issue
Block a user