隐藏房间 上麦取消隐藏 功能关闭 点歌删除

This commit is contained in:
2025-12-31 17:59:03 +08:00
parent 55161e242e
commit 3824fae695
3 changed files with 32 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ class RoomPit extends Model
//查询房间是否隐藏
$is_hide = db::name('vs_room')->where(['id' => $room_id])->value('is_show_room');
if($is_hide == 2){
db::name('vs_room')->where(['id' => $room_id])->update(['is_show_room' => 1]);
// db::name('vs_room')->where(['id' => $room_id])->update(['is_show_room' => 1]);
}
}elseif ($pit_number == 10) {
$pit_text = '嘉宾麦';