|
@@ -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']}";
|