fix: 统一注单待开奖状态并收敛报表任务返回字段
This commit is contained in:
@@ -99,7 +99,7 @@ final class SettlementOrchestrator
|
||||
|
||||
$ticketItems = TicketItem::query()
|
||||
->where('draw_id', $locked->id)
|
||||
->where('status', 'success')
|
||||
->where('status', 'pending_draw')
|
||||
->with(['combinations', 'order'])
|
||||
->orderBy('id')
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user