统计调整

pull/1/head
jcadmin 2024-11-14 22:17:24 +08:00
parent f9b3fd5799
commit 483222658f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}