diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index bf9f2b2b..115b51f1 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -366,7 +366,7 @@ class IPayLinksService extends CI_Controller } //只处理完成状态,其他状态由陆燕处理 - if (strcmp(trim($item->IPL_resultCode), "0000") !== 0 && strcmp(trim($item->IPL_stateCode), "2") !== 0) { + if (strcmp(trim($item->IPL_resultCode), "0000") !== 0 ) { $this->Note_model->update_send($item->IPL_dealId, 'sendfail'); continue; }