From 9e367ca09ea9fbe47d8e154e574289c2100404da Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Tue, 24 Dec 2024 11:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E5=8C=BA=E5=88=86=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= 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 b53ab983..6ff7b6fc 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -216,7 +216,7 @@ class SpiderTc extends Command } foreach ($list as $order) { - $item = Orders::where('os', $order->os)->where('sn', $order->sn)->find(); + $item = Orders::where('sn', $order->sn)->find(); if (empty($item)) { if ($order->orderStatus == 400) {