Commit 5370b768 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent c8b89f80
...@@ -76,8 +76,6 @@ class InvoiceService ...@@ -76,8 +76,6 @@ class InvoiceService
*/ */
public function applyInvoice($invoiceParams) public function applyInvoice($invoiceParams)
{ {
app(MailService::class)->sendMailToHtml('测试', 'hangjun@rhawn.cn','111111');
exit;
if(!isset($invoiceParams['invoice_platform']) || empty($invoiceParams['invoice_platform'])){ if(!isset($invoiceParams['invoice_platform']) || empty($invoiceParams['invoice_platform'])){
throw new \Exception('开票平台不存在',502); throw new \Exception('开票平台不存在',502);
} }
......
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