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; }