fix: 统一注单待开奖状态并收敛报表任务返回字段
This commit is contained in:
@@ -50,7 +50,7 @@ final class TicketPendingConfirmReconcileService
|
||||
->where('order_id', $lockedOrder->id)
|
||||
->where('status', 'pending_confirm')
|
||||
->update([
|
||||
'status' => 'success',
|
||||
'status' => 'pending_draw',
|
||||
'fail_reason_code' => null,
|
||||
'fail_reason_text' => null,
|
||||
'updated_at' => now(),
|
||||
|
||||
Reference in New Issue
Block a user