From c4033319fa52426af3da0450f65d30b7ec3412ad Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Mon, 23 Dec 2024 17:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E8=AE=A2=E5=8D=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderTc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;