sunhao 5 years ago
parent
commit
fc137c879d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/Admin/OrderController.php

+ 1 - 0
app/Http/Controllers/Admin/OrderController.php

@@ -154,6 +154,7 @@ class OrderController extends Controller
154 154
             'admin_id'          =>$admin_id,
155 155
             'stime'             =>$stime,
156 156
             'etime'             =>$etime,
157
+            'delivery_type'     =>$delivery_type,
157 158
             'adminlist'         =>$adminList,
158 159
             ]);
159 160
     }