diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index ae34d54b..5402151b 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -218,7 +218,7 @@ class SpiderTc extends Command $item = Orders::where('os', $order->os)->where('sn', $order->sn)->find(); if (empty($item)) { - if ($item->orderStatus == 400) { + if ($order->orderStatus == 400) { continue; } $order->is_zhibo = 2;