新需求-活动需求-盲盒转盘调通盘
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user