Commit 7e1c88eb authored by hangjun83's avatar hangjun83

财务开票模块更新

parent cde96458
......@@ -798,7 +798,7 @@ class InvoiceService
//查询该发票接口请求参数
$values = $this->apiService->getPlatformDataEntries('invoice_apply_'.$requestParams['invoice_number'],'data_values');
array_push($invoiceResult,['params' => $values]);
array_push($invoiceResult[0],['params' => $values]);
return app(InvoiceRecordStatusDetailTransformer::class)->transform($invoiceResult);
}
......
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