|
|
|
@ -265,7 +265,7 @@ class InvoiceIssuanceService |
|
|
|
if (!isset($deCompress['data']['pdfdata'])) { |
|
|
|
throw new FuncException('pdf文件合并失败'); |
|
|
|
} |
|
|
|
$pdfFilepath = $this->savePdfFile($deCompress['data']['pdfdata']); |
|
|
|
$pdfFilepath = $deCompress['data']['pdfdata'];//$this->savePdfFile($deCompress['data']['pdfdata']); |
|
|
|
|
|
|
|
(new InvoiceIssuanceData())->saveData($invoiceIssuance['id'], $bdznsrsbh, $jsyj, $assetID, $pdfFilepath); |
|
|
|
|
|
|
|
|