Commit 74527682 authored by hangjun83's avatar hangjun83

发票相关接口

parent 958585be
......@@ -46,7 +46,7 @@ class RhawnInvoicesService
foreach($invoiceItems as $item){
$invoiceItemsId[] = $item['soid_id'];
}
$sorderItems = $this->rhawnOrdersService->rhawnSorderItemsRepository->getInvoiceSorderItemsBySoItemsId($invoiceItemsId);
$sorderItems = $this->invoiceService->rhawnInvoiceItemsRepository->getInvoiceSorderItemsBySoItemsId($invoiceItemsId);
var_dump($sorderItems);
exit;
......
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