酒吧房约他 开小房间

This commit is contained in:
2026-01-13 18:22:52 +08:00
parent c083b0576f
commit 8f96b4cae3

View File

@@ -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];
}
//预测版块 上线前注释掉======👆======