ipaylinks 交易记录的币种写入bug

feature/trippest
lyt 8 years ago
parent 4f60d8746c
commit c0586dce20

@ -387,6 +387,7 @@ class IPayLinksService extends CI_Controller
//添加支付信息入库
//没有分配订单之前先添加付款记录,这个过程可能会执行多次,必须在添加记录前查找是否有数据
if (!empty($orderid_info)) {
$item->IPL_currencyCode = trim($item->IPL_currencyCode);
$ssje = $this->IPayLinks_model->get_ssje($item->IPL_orderAmount, mb_strtoupper($item->IPL_currencyCode));
//更新还没有填的客邮和交易号de收款记录商务订单
if (isset($advisor_info->order_type) && $advisor_info->order_type == 0) {

Loading…
Cancel
Save