From c0586dce20ad45ca1863363d90b5b3a69c05ac12 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 26 Jan 2018 09:50:34 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E4=BA=A4=E6=98=93=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E5=B8=81=E7=A7=8D=E5=86=99=E5=85=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/iPayLinksService.php | 1 + 1 file changed, 1 insertion(+) 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) {