巡乐会抽奖接口提交.-调试

This commit is contained in:
2025-08-30 17:00:22 +08:00
parent 92a45314d8
commit 4a1bdf7729

View File

@@ -685,7 +685,7 @@ class BlindBoxTurntableGift extends Model
->alias('a') ->alias('a')
->join('vs_room_pan_xlh b','b.id = a.parent_id','left') ->join('vs_room_pan_xlh b','b.id = a.parent_id','left')
->join('vs_gift c','c.gid = a.gift_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) ->where($where)
->page($page,$page_size) ->page($page,$page_size)
->select(); ->select();