feature/pay
lyt 6 years ago
parent cd7d16197c
commit 42d881a2b2

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

Loading…
Cancel
Save