diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 64cacfe2..e84e7eb4 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -886,7 +886,10 @@ class Index extends CI_Controller { // APP 组的China Train Booking-开头的订单号 // 发送邮件提醒外联核对收款金额, 不写入收款记录 $if_empty_gai = $this->process_notify_APP($item, $orderid_info); - if($if_empty_gai !== true) { continue; } // 收款记录为空, 需要补录 + if($if_empty_gai !== true) { + $this->Note_model->update_send($item->pn_txn_id, 'send', $item->pn_sn); + continue; + } // 收款记录为空, 需要补录 } //检测是否是APP订单,默认不处理