tgz 2 years ago
parent
commit
785075ff0d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Modules/Trade/Pay/OrderArousePayAbstract.php

+ 2 - 0
app/Modules/Trade/Pay/OrderArousePayAbstract.php

@@ -51,8 +51,10 @@ abstract class OrderArousePayAbstract
             'inner_send_order_id'     => isset($data['inner_send_order_id']) ? $data['inner_send_order_id'] : '',
         ];
         $order_id = Order::insertGetID($params);
+        myLog('test')->info('订单ID:'.$order_id);
         if (!empty($data['send_order_id'])) {
             $order = Order::where('id',$order_id)->first();
+            //$order = DB::table('orders')->where('id',$order_id)->first();
             try {
                 $account =  DB::table('qapp_send_orders')->where('send_order_id',$data['send_order_id'])->value('account');
                 if ($account) {