拍卖房 选礼物排除盲盒等趣味礼物

This commit is contained in:
2025-10-30 15:17:42 +08:00
parent 4dbe3c52a6
commit d84e5d4151

View File

@@ -38,6 +38,7 @@ class Gift extends Model
if ($label == 99) {
$gift_price = get_system_config_value('room_love_auction_cion');
$where['gift_price'] = ['>',$gift_price];
$where['label'] = ['<>',2];
}
$is_open_blind_box_turntable = 0;
if($room_id){