Commit 7ce082a3 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent df08144d
......@@ -531,7 +531,9 @@ class InvoiceService
$message .= "<a href=".$downloadUrl."电子发票下载地址</a>";
$this->mailService->sendMailToHtml($title, 'hangjun@rhawn.cn',$message);
$html = file_get_contents(resource_path('views/emails/invoice.blade.php'));
$this->mailService->sendMailToHtml($title, 'hangjun@rhawn.cn',$html);
}
public function getInvoicePdfDownloadUrl()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment