Commit c8b89f80 authored by hangjun83's avatar hangjun83

财务开票模块更新

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