Sfoglia il codice sorgente

订单退款问题

whitefang 1 anno fa
parent
commit
ce36736105
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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']
             ]);
         }
     }