同程区分平台

This commit is contained in:
jianghanbo 2024-12-24 11:23:59 +08:00
parent b066cb8c9c
commit 9e367ca09e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {