巡乐会状态修改
This commit is contained in:
@@ -1161,6 +1161,7 @@ class BlindBoxTurntableGift extends Model
|
|||||||
->where(['id'=>$room_id])
|
->where(['id'=>$room_id])
|
||||||
->field('id,room_name,xlh_periods,xlh_periods_num')
|
->field('id,room_name,xlh_periods,xlh_periods_num')
|
||||||
->find();
|
->find();
|
||||||
|
$room_data['xlh_periods'] = $room_data['xlh_periods'] ?? 0;
|
||||||
$xlh_data = db('vs_room_pan_xlh')
|
$xlh_data = db('vs_room_pan_xlh')
|
||||||
->where(["room_id"=>$room_id,"periods"=>$room_data['xlh_periods']])
|
->where(["room_id"=>$room_id,"periods"=>$room_data['xlh_periods']])
|
||||||
->field('id,room_id,periods,end_time')
|
->field('id,room_id,periods,end_time')
|
||||||
|
|||||||
Reference in New Issue
Block a user