From 9a14b97195e577ab892245619a7dc25f8ba2a94d Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 25 Sep 2017 16:44:33 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E4=BA=A4=E6=98=93=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E4=B8=8D=E5=A4=84=E7=90=86?= 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, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 46c9865b..ea5c5e44 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -347,7 +347,7 @@ class IPayLinksService extends CI_Controller //只处理完成状态,其他状态由陆燕处理 if (strcmp(trim($item->IPL_resultCode), "0000")) { - $this->Note_model->update_send($item->IPL_dealId, 'sendfail'); + $this->Note_model->update_send($item->IPL_dealId, 'send'); continue; }