Commit 725f3595 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent eae2a344
......@@ -505,12 +505,12 @@ class InvoiceService
$updateResult = $this->rhawnInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'], [
'soi_api_status' => 2,
'soi_no' => mb_substr($callBackParams['ycyy'],0,250,'utf-8')
]);
]);break;
case 'bhua' :
$updateResult = $this->bhuaInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'], [
'soi_api_status' => 2,
'soi_no' => mb_substr($callBackParams['ycyy'],0,250,'utf-8')
]);
]);break;
}
if ($updateResult) {
$this->apiService->removePlatformDataEntries('invoice_callBack_' . $invoiceResponse['ddlsh'] . '_applyInvoice');
......
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