Commit a858b1f8 authored by hangjun83's avatar hangjun83

财务开票模块更新]

parent e359fc2f
......@@ -529,7 +529,7 @@ class InvoiceService
$message .= "\r\n合计金额: ".bcmul($invoiceParams['invoice_money'],1,2)."\r\n";
$message .= "\r\n发票号码: ".$invoiceParams['invoice_real_number']."\r\n";
$message .= '电子发票下载地址 : '.$downloadUrl;
$message .= "<a href=".$downloadUrl."电子发票下载地址</a>";
$this->mailService->sendMail($title, 'hangjun@rhawn.cn',$message);
}
......
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