Commit c8b89f80 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 5005cd43
......@@ -384,7 +384,7 @@ class InvoiceService
public function apiCallBack($params)
{
/*if(isset($params) && !empty($params)){
if(isset($params) && !empty($params)){
$queueParams = [];
//查询流水号是否有效
$invoiceInfo = $this->invoiceRecordRepository->getInvoiceRecordByNumber($params['ddlsh']);
......@@ -406,14 +406,14 @@ class InvoiceService
'consumer' => __CLASS__,
'method' => 'invoiceApiCallBack'
],'invoiceCallBack');
}*/
$values = $this->apiService->getPlatformDataEntries('invoice_callBack_IRB220230301Z3AC5_applyInvoice','data_values');
}
/*$values = $this->apiService->getPlatformDataEntries('invoice_callBack_IRB220230301Z3AC5_applyInvoice','data_values');
$queueParams = ['params' => $values,'type' => 'applyInvoiceCallBack'];
$this->apiService->pushQueue([
'params' => $queueParams,
'consumer' => __CLASS__,
'method' => 'invoiceApiCallBack'
],'invoiceCallBack');
],'invoiceCallBack');*/
}
public function invoiceApiCallBack($params)
......
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