diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 5fa2e1da..3c3ab578 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -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) {