From 0b1cde54c2fbf9b39aa3a2391824ddd21d27d47f Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 7 Aug 2023 18:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/contract/ContractLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/contract/ContractLogic.php b/app/common/logic/contract/ContractLogic.php index 6e5b5fa41..9f0b3ba24 100644 --- a/app/common/logic/contract/ContractLogic.php +++ b/app/common/logic/contract/ContractLogic.php @@ -129,7 +129,7 @@ class ContractLogic extends BaseLogic $company['qualification'] = json_decode($company['qualification'], true); return $company; } else { - $filed = ['id,avatar,nickname,sex,mobile, + $filed = ['id,id_card,avatar,nickname,sex,mobile, province,city,area,street,village,brigade,address,province province_name,city city_name,area area_name,street street_name,village village_name,brigade brigade_name, qualification']; $user = User::where('id', $data['party_b'])->field($filed)->find();