Bladeren bron

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

stanley-king 3 jaren geleden
bovenliggende
commit
fa22f5e5b7
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      admin/control/refill_order_manual.php

+ 2 - 1
admin/control/refill_order_manual.php

@@ -269,7 +269,8 @@ class refill_order_manualControl extends SystemControl
                         continue;
                     }
 
-                    $ret = $mod_buyback->insert($item);
+                    $insert_item = $format_item($order, $oper_type, $admininfo, $cur_time, $bz);
+                    $ret = $mod_buyback->insert($insert_item);
                     if($ret)
                     {
                         $merchant_bz = "机构:{$mchid},订单号:{$order['mch_order']},卡号:{$order['card_no']},返销退款:{$order['mch_amount']}";