Commit 2efde4a7 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 55c0f299
......@@ -675,6 +675,7 @@ class InvoiceService
try{
$invoice = $this->invoiceRecordRepository->getInvoiceRecordByNumber($params);
if($invoice){
$invoice = current($invoice);
//设置发票平台
$this->apiService->setInvoicePlatform($invoice['invoice_platform']);
......
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