Accept Merge Request #113: (feature/hant -> develop)
Merge Request: 自动派单 Created By: @todayswind Accepted By: @todayswind URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/113?initial=true
This commit is contained in:
commit
cb5f55039c
|
|
@ -46,7 +46,7 @@ class CheckOrderDispatchGotCommand extends Command
|
|||
$OrderLogic->noWorkerCanGetIt($item);
|
||||
//自动重派新单
|
||||
$order = Order::get($item->order_id);
|
||||
AutoDispatchLogic::autoDispatch($order,$order->admin_id);
|
||||
AutoDispatchLogic::autoDispatch($order);
|
||||
echo 'succ:' . $item->id . PHP_EOL;
|
||||
} catch (Exception $exception) {
|
||||
echo $exception->getMessage() . PHP_EOL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user