This commit is contained in:
parent
e66c75adaf
commit
6316ce0128
|
@ -377,7 +377,11 @@ class SpiderMt extends Command
|
||||||
if (!empty($oldMobile)) {
|
if (!empty($oldMobile)) {
|
||||||
$admin_id = $oldMobile->admin_id;
|
$admin_id = $oldMobile->admin_id;
|
||||||
} else {
|
} else {
|
||||||
|
try {
|
||||||
$admin_id = $this->poolUser($order->orderStatus, $order->category_desc);
|
$admin_id = $this->poolUser($order->orderStatus, $order->category_desc);
|
||||||
|
} catch (\Exception $exception) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($admin_id)) return null;
|
if (empty($admin_id)) return null;
|
||||||
|
|
Loading…
Reference in New Issue