|
|
|
@ -54,7 +54,7 @@ class InvoiceIssuanceService |
|
|
|
|
|
|
|
$model = (new InvoiceIssuance()); |
|
|
|
$data = $model->where($where) |
|
|
|
->field('project_id,invoice_head_id,amount,create_time,status') |
|
|
|
->field('id,project_id,invoice_head_id,amount,create_time,status') |
|
|
|
->order('create_time desc') |
|
|
|
->paginate($limit, false) |
|
|
|
->each(function ($item, $key) { |
|
|
|
|