fix: 统一注单待开奖状态并收敛报表任务返回字段

This commit is contained in:
2026-05-22 11:32:42 +08:00
parent 83f2dd43db
commit 2e8ab58970
10 changed files with 12 additions and 19 deletions

View File

@@ -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();