同程订单调整

This commit is contained in:
jianghanbo 2024-12-23 17:50:41 +08:00
parent 005e0f2289
commit c4033319fa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class SpiderTc extends Command
$item = Orders::where('os', $order->os)->where('sn', $order->sn)->find(); $item = Orders::where('os', $order->os)->where('sn', $order->sn)->find();
if (empty($item)) { if (empty($item)) {
if ($item->orderStatus == 400) { if ($order->orderStatus == 400) {
continue; continue;
} }
$order->is_zhibo = 2; $order->is_zhibo = 2;