Browse Source

同步组合支付

gorden 7 tháng trước cách đây
mục cha
commit
fc53371094
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/admin/controller/order/WholeController.php

+ 1 - 0
app/admin/controller/order/WholeController.php

@@ -315,6 +315,7 @@ class WholeController extends Curd
             ->get()
             ->toArray();
 
+        dump($orderSheet);
         $order = Order::where('order_id', $orderId)->first();
         $express = OrderExpress::where('join_express_order_id', $orderId)->first();
         $premises = '';