巡乐会状态修改

This commit is contained in:
2025-09-29 14:25:15 +08:00
parent a8eddc74eb
commit 86acddf2aa

View File

@@ -1161,6 +1161,7 @@ class BlindBoxTurntableGift extends Model
->where(['id'=>$room_id])
->field('id,room_name,xlh_periods,xlh_periods_num')
->find();
$room_data['xlh_periods'] = $room_data['xlh_periods'] ?? 0;
$xlh_data = db('vs_room_pan_xlh')
->where(["room_id"=>$room_id,"periods"=>$room_data['xlh_periods']])
->field('id,room_id,periods,end_time')