点歌房修改

This commit is contained in:
2025-11-05 14:28:46 +08:00
parent c47a19fd51
commit ceae162772

View File

@@ -105,6 +105,7 @@ class RoomSong extends Model
$data['room_up_pit_type'] = 1;
}
//修改房间label
$data['type_id'] = 1;
$data['label_id'] = 2;
$data['is_song'] = 3;
$res = db::name('vs_room')->where('id',$room_id)->update($data);