处理错误
This commit is contained in:
parent
7536a6d7cc
commit
5c613b9cee
|
|
@ -45,8 +45,8 @@ class AutoDispatchLogic
|
|||
$res = $orderDispatch->allowField(true)->save($insert);
|
||||
$order->status = \app\admin\model\Order::STATUS_DISPATCHED;
|
||||
$order->dispatch_time = date('Y-m-d H:i:s');
|
||||
$order->dispatch_admin_id = 1;
|
||||
$order->dispatch_admin_user = '系统';
|
||||
$order->dispatch_admin_id = config('system_id');
|
||||
$order->dispatch_admin_user = config('system_name');
|
||||
$order->worker_id = $worker_id;
|
||||
$order->dispatch_type = 2;
|
||||
$order->save();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user