Commit b388701c authored by hangjun83's avatar hangjun83

财务开票模块更新

parent ef64f8d1
......@@ -336,7 +336,7 @@ class InvoiceService
$saveParams['platform_invoice_id'] = $invoiceParams['invoice_platform_id'];
$saveParams['invoice_creater_by'] = $invoiceParams['invoice_creater_by'];
$saveParams['invoice_category'] = $invoiceParams['invoice_category'];
$saveParams['invoice_items'] = json_encode($invoiceParams['invoice_creater_by'],JSON_UNESCAPED_UNICODE);
$saveParams['invoice_items'] = json_encode($invoiceParams['invoice_items'],JSON_UNESCAPED_UNICODE);
$saveParams['invoice_customer'] = json_encode($invoiceParams['invoice_customer'],JSON_UNESCAPED_UNICODE);
}else{
$saveParams = current($invoiceInfo);
......
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