统计调整
parent
f9b3fd5799
commit
483222658f
|
|
@ -34,7 +34,7 @@ class ReportOrderDataJob implements ShouldQueue
|
|||
return;
|
||||
}
|
||||
$allowStates = [LottState::DRAFT, LottState::WIN, LottState::WAIT, LottState::SEND, LottState::REVOKE];
|
||||
if (in_array($order->lottery_state,$allowStates)) {
|
||||
if (!in_array($order->lottery_state,$allowStates)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue