From 9c292205223d9a7c143294868f565e05641a34d1 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 16 May 2019 10:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=97=85=E7=9A=84=E6=94=B6=E6=AC=BE?= =?UTF-8?q?=E8=AE=B0=E5=BD=95,=20=E7=BE=8E=E9=87=91=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E5=86=99=E5=85=A5GAI=5FMoney,=20=E6=89=80=E6=9C=89=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/iPayLinksService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 41add687..1231650d 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -630,6 +630,7 @@ class IPayLinksService extends CI_Controller $currencyCode = mb_strtoupper(trim($currencyCode)); $ssje = $this->IPayLinks_model->get_ssje($item->IPL_orderAmount, $currencyCode, '15018'); $ssje = $old_ssje===NULL ? $ssje : $old_ssje; + $USD_amount = $this->IPayLinks_model->get_USD($item->IPL_orderAmount, $currencyCode); //更新还没有填的客邮和交易号de收款记录(商务订单) if (isset($advisor_info->order_type) && $advisor_info->order_type == 0) { $ht_memo = '(自动录入)退款号:' . $item->IPL_dealId . "\n. "; @@ -662,6 +663,7 @@ class IPayLinksService extends CI_Controller $item->IPL_orderAmount, $item->IPL_completeTime, $currencyCode, + $USD_amount, $ssje, $item->IPL_completeTime, $item->IPL_completeTime,