From d8cb282c9f79e3a820d2bfcfe7be5d80b9643e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Wed, 8 Mar 2023 11:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/crm/controller/Customer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/crm/controller/Customer.php b/application/crm/controller/Customer.php index bfe71d3..063de9e 100644 --- a/application/crm/controller/Customer.php +++ b/application/crm/controller/Customer.php @@ -128,6 +128,7 @@ class Customer extends ApiCommon if (!empty($customerCheck)) { $data['flow_id'] = $customerCheck['flow_id']; $data['owner_user_id']=$customerCheck['user_id']; + $data['customer_check_id']=$customerCheck['customer_check_id']; } return resultArray(['data' => $data]); }