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