From 22ffa7078230c4ec77b83dfe41b48857678a9228 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 13 Dec 2024 11:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9Eid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/invoice/InvoiceIssuanceService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/invoice/InvoiceIssuanceService.php b/app/service/invoice/InvoiceIssuanceService.php index 5e848fa..d788f18 100644 --- a/app/service/invoice/InvoiceIssuanceService.php +++ b/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) {