update
This commit is contained in:
parent
d58e3bb6dc
commit
a9b939f8a5
@ -61,7 +61,7 @@
|
||||
public function lists(): array
|
||||
{
|
||||
return FinancialInvoice::where($this->searchWhere)
|
||||
->field(['id', 'contract_id', 'invoice_code', 'invoice_type', 'apply_amount', 'apply_company'])
|
||||
->field(['id', 'contract_id', 'invoice_code', 'invoice_type', 'apply_amount', 'apply_company', 'create_time'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function ($data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user