同程订单调整
This commit is contained in:
parent
005e0f2289
commit
c4033319fa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue