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

This commit is contained in:
2025-10-13 15:36:16 +08:00
parent fcbe37f846
commit ee65ea17d3
2 changed files with 3 additions and 2 deletions

View File

@@ -1193,7 +1193,7 @@ class BlindBoxTurntableGift extends Model
$gift_bag_id = 13;
$xlh_box = db::name('vs_gift_bag')->where('id',$gift_bag_id)->find();
$xlh_ext = json_decode($xlh_box['ext'],true);
$pan_xlh = db::name('vs_room_pan_xlh')->where(['room_id'=>$room_id])
$pan_xlh = db::name('vs_room_pan_xlh')->where(['send_time'=>0])
->order('id desc')
->page($page,$page_size)
->select();