Procházet zdrojové kódy

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu před 2 roky
rodič
revize
0ac52875ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -533,7 +533,7 @@ class RefillBase
                 }
 
                 $order->commit_times_inc();
-                $orderext = $order->refill_params($order_id,$order_sn,$refill_amount, $ch_name, $ch_amount,$mch_amount);
+                $orderext = $order->refill_params($order_id, $order_sn, $refill_amount, $ch_name, $ch_amount, $mch_amount);
                 $fInsert = $mod_refill->add_refill($orderext);
 
                 if($order->is_third()) {