Commit 342b1691 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 6862ce5a
...@@ -795,6 +795,7 @@ class InvoiceService ...@@ -795,6 +795,7 @@ class InvoiceService
if(!$invoiceResult){ if(!$invoiceResult){
throw new \Exception('该发票流水号不存在',502); throw new \Exception('该发票流水号不存在',502);
} }
$invoiceResult = current($invoiceResult);
//查询该发票接口请求参数 //查询该发票接口请求参数
$values = $this->apiService->getPlatformDataEntries('invoice_apply_'.$requestParams['invoice_number'],'data_values'); $values = $this->apiService->getPlatformDataEntries('invoice_apply_'.$requestParams['invoice_number'],'data_values');
......
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