Commit 1eeae213 authored by hangjun83's avatar hangjun83

财务开票模块更新]

parent ddb7ff66
......@@ -468,7 +468,7 @@ class InvoiceService
$updateResult = $this->rhawnInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'],
[
'soi_api_status' => 1,
'soi_no' => $updatedInvoiceResult['invoice_number'],
'soi_no' => $updatedInvoiceResult['invoice_real_number'],
'soi_date' => $updatedInvoiceResult['invoice_real_date'],
//'soi_total' => bcmul($callBackParams['jshj'],1,2),
'soi_tax' => bcmul($invoiceResponse['hjse'],1,2),
......
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