sth
This commit is contained in:
parent
18b1dab8e4
commit
d73e008d58
|
|
@ -161,6 +161,7 @@ class Dispatch extends Backend
|
||||||
$order->dispatch_time = date('Y-m-d H:i:s');
|
$order->dispatch_time = date('Y-m-d H:i:s');
|
||||||
$order->dispatch_admin_id = $this->auth->id;
|
$order->dispatch_admin_id = $this->auth->id;
|
||||||
$order->worker_id = $worker->id;
|
$order->worker_id = $worker->id;
|
||||||
|
$order->dispatch_admin_user = $this->auth->nickname;
|
||||||
$order->save();
|
$order->save();
|
||||||
|
|
||||||
$auth = clone $this->auth;
|
$auth = clone $this->auth;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user