酒吧房更换背景

This commit is contained in:
2026-01-14 17:57:02 +08:00
parent 699d6d4245
commit 0ac1fc2b46

View File

@@ -2819,6 +2819,7 @@ class Room extends Model
'label_id' => 8,
'type_id' => $type,
'room_up_pit_type' => 1,
'room_background' => db::name('vs_room_background')->where(['id' => 11])->value('image_url')
];
}
$res = db::name('vs_room')->where(['id' => $room_id])->update($data);