Commit 0be042d7 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent c2fa8bed
......@@ -765,7 +765,7 @@ class InvoiceService
$limit = $pageNo == 1 ? 0 : $pageNo * $offset;
try{
$where = [];
$invoiceList = $this->invoiceRecordRepository->getList($where,$offset,$limit);
$invoiceList = $this->invoiceRecordRepository->getList($where,$limit,$offset);
$invocieTotal = 0;
if($invoiceList){
$invoiceList = app(InvoiceRecordTransformer::class)->transform($invoiceList);
......
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