新需求-活动需求-盲盒转盘调通盘

This commit is contained in:
2025-10-13 11:26:30 +08:00
parent 212c4faaf3
commit 9c0cd48425
4 changed files with 42 additions and 23 deletions

View File

@@ -1110,7 +1110,7 @@ class BlindBoxTurntableGift extends Model
$where['a.gift_bag_id'] = 13;
$where['a.user_id'] = $user_id;
$where['a.room_id'] = $room_id;
$list = db('vs_gift_bag_receive_log')
$list = db('vs_gift_bag_receive_pan_log')
->alias('a')
->join('vs_room_pan_xlh b','b.id = a.parent_id','left')
->join('vs_gift c','c.gid = a.gift_id','left')
@@ -1133,7 +1133,7 @@ class BlindBoxTurntableGift extends Model
$where['a.gift_bag_id'] = 13;
$where['a.room_id'] = $room_id;
$where['e.is_world_show'] = 1;
$list = db('vs_gift_bag_receive_log')
$list = db('vs_gift_bag_receive_pan_log')
->alias('a')
->join('vs_room_pan_xlh b','b.id = a.parent_id','left')
->join('vs_gift c','c.gid = a.gift_id','left')