Commit 5005cd43 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent b69412b5
......@@ -408,7 +408,7 @@ class InvoiceService
],'invoiceCallBack');
}*/
$values = $this->apiService->getPlatformDataEntries('invoice_callBack_IRB220230301Z3AC5_applyInvoice','data_values');
$queueParams = ['params' => $params,'type' => 'applyInvoiceCallBack'];
$queueParams = ['params' => $values,'type' => 'applyInvoiceCallBack'];
$this->apiService->pushQueue([
'params' => $queueParams,
'consumer' => __CLASS__,
......
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