From c8afb70029c36e19db40f1bd68e4c4f983dacb08 Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 24 Jun 2019 09:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/PaymentService.php b/webht/third_party/pay/controllers/PaymentService.php index 5d5468e9..044c985a 100644 --- a/webht/third_party/pay/controllers/PaymentService.php +++ b/webht/third_party/pay/controllers/PaymentService.php @@ -87,7 +87,7 @@ class PaymentService extends CI_Controller { } // 提取订单号 - $orderid_info = analysis_orderid($item->OPN_orderId.'_B'); // 先用已设置过的 + $orderid_info = analysis_orderid($item->OPN_orderId); // 先用已设置过的 if (empty($orderid_info)) { $orderid_info = $this->method_analysis_orderid($item); if (empty($orderid_info)) {