Browse Source

返回id

master
wanghongjun 1 year ago
parent
commit
22ffa70782
  1. 2
      app/service/invoice/InvoiceIssuanceService.php

2
app/service/invoice/InvoiceIssuanceService.php

@ -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) {

Loading…
Cancel
Save