同程区分平台
This commit is contained in:
parent
b066cb8c9c
commit
9e367ca09e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue