瀏覽代碼

订单退款问题

whitefang 1 年之前
父節點
當前提交
ce36736105
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/command/QueryRefund.php

+ 1 - 1
app/common/command/QueryRefund.php

@@ -111,7 +111,7 @@ class QueryRefund extends Command
                 'log_sn' => $record['log_sn'],
                 'pay_way' => $order['pay_way'],
                 'order_terminal' => $order['order_terminal'],
-                'order_id'=>$record['order_id']
+                'order_id'=>$order['id']
             ]);
         }
     }