Merge branch 'feature/pay'

mobile-first
lyt 6 years ago
commit 43a810d143

@ -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订单,默认不处理

Loading…
Cancel
Save