544782275@qq.com 3 years ago
parent
commit
c5c24af9b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/store/controller/Order.php

+ 1 - 1
application/store/controller/Order.php

@@ -291,7 +291,7 @@ class Order extends Controller
                 $send_log_data = array(
                     'order_id' => $id,
                     'order_no' => $order_no,
-                    'worker_id' => 0,
+                    'worker_id' => session('user.engineer_id'),
                     'send_worker_id' => $worker_id
                 );
                 Db::name('store_send_log')->insert($send_log_data);