Commit d5f83eca authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 82494a1d
......@@ -44,7 +44,7 @@ class InvoiceRecordRepositoryEloquent extends BaseRepository implements InvoiceR
}
}
}
$result = $query->offset($offset)->limit($limit)->groupBy('id desc')->get()->toArray();
$result = $query->offset($offset)->limit($limit)->groupBy('id', 'desc')->get()->toArray();
return $result;
}
......
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