Commit 93b69fac authored by hangjun83's avatar hangjun83

百化产品接口更新

parent 37ee2e66
......@@ -477,7 +477,7 @@ class InvoiceService
case 'rhawn' :
$updateResult = $this->rhawnInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'], $updateParams);
case 'bhua' :
$updateResult = $this->buhuaInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'], $updateParams);
$updateResult = $this->bhuaInvoiceRepository->updateInvoiceById($updatedInvoiceResult['platform_invoice_id'], $updateParams);
}
if($updateResult){
//塞入队列
......
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