Accept Merge Request #98: (feature/hant -> develop)
Merge Request: 修改 Created By: @todayswind Accepted By: @todayswind URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/98?initial=true
This commit is contained in:
commit
f29e01483e
|
|
@ -389,7 +389,7 @@ class Order extends Backend
|
||||||
'admin_id' => $this->auth->id,
|
'admin_id' => $this->auth->id,
|
||||||
'admin_user' => $this->auth->nickname,
|
'admin_user' => $this->auth->nickname,
|
||||||
'order_id' => $order->id,
|
'order_id' => $order->id,
|
||||||
'type' => 1,
|
'type' => 2,
|
||||||
'worker_id' => $worker_id,
|
'worker_id' => $worker_id,
|
||||||
'plan_time' => $order->plan_time,
|
'plan_time' => $order->plan_time,
|
||||||
'is_receipt' => $order->receive_type == 1
|
'is_receipt' => $order->receive_type == 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user