From eefdab587cfac9f65606fec8f057709b13769453 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 16 Dec 2023 10:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/adminapi/lists/contract/ContractLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/adminapi/lists/contract/ContractLists.php b/app/adminapi/lists/contract/ContractLists.php index 6d1f1b770..62a438659 100644 --- a/app/adminapi/lists/contract/ContractLists.php +++ b/app/adminapi/lists/contract/ContractLists.php @@ -59,7 +59,7 @@ class ContractLists extends BaseAdminDataLists implements ListsSearchInterface ->leftJoin('bid_buy_bidding_document bbbd','c.id = c.buy_bidding_document_id') ->leftJoin('project p','p.id = bbbd.project_id') ->leftJoin('custom ct','ct.id = c.customer_id') - ->field('c.*, bbbd.project_id, p.name as project_name, ct.name as custom_name') + ->field('c.*, bbbd.project_id, p.name as project_name, ct.name as customer_name') ->limit($this->limitOffset, $this->limitLength) ->order(['c.id' => 'desc']) ->select()->each(function($item, $key){