酒吧房更换背景
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user