diff --git a/webht/third_party/pay/controllers/AlipayTradeService.php b/webht/third_party/pay/controllers/AlipayTradeService.php index 1c178a6e..c5e9cd3c 100644 --- a/webht/third_party/pay/controllers/AlipayTradeService.php +++ b/webht/third_party/pay/controllers/AlipayTradeService.php @@ -711,7 +711,7 @@ class AlipayTradeService extends CI_Controller $now_day = date('d'); $late_entry_date_set = $now_day<$refund_finance_day ? date('Y-m-01', strtotime("-1 month")) : date('Y-m-01'); if ($this->payment_model->if_finance_done($advisor_info->COLI_GRI_SN, $late_entry_date_set) === true) { - $this->Note_model->update_send($item->ALI_dealId, 'send-to-finance'); + $this->Alipay_note_model->update_send($item->ALI_dealId, 'send-to-finance'); } return ; }