巡乐会抽奖接口提交.-调试
This commit is contained in:
@@ -685,7 +685,7 @@ class BlindBoxTurntableGift extends Model
|
||||
->alias('a')
|
||||
->join('vs_room_pan_xlh b','b.id = a.parent_id','left')
|
||||
->join('vs_gift c','c.gid = a.gift_id','left')
|
||||
->field('a.gift_id,a.num,b.createtime,c.gift_name as gift_name,c.base_image')
|
||||
->field('a.gift_id,a.num as count,b.createtime,c.gift_name as gift_name,c.base_image')
|
||||
->where($where)
|
||||
->page($page,$page_size)
|
||||
->select();
|
||||
|
||||
Reference in New Issue
Block a user