This commit is contained in:
todaywindy 2025-06-03 16:40:39 +08:00
parent e2842bf17c
commit 98ab885f28

View File

@ -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