diff --git a/application/crm/controller/Customer.php b/application/crm/controller/Customer.php index 063de9e..91d1623 100644 --- a/application/crm/controller/Customer.php +++ b/application/crm/controller/Customer.php @@ -129,6 +129,7 @@ class Customer extends ApiCommon $data['flow_id'] = $customerCheck['flow_id']; $data['owner_user_id']=$customerCheck['user_id']; $data['customer_check_id']=$customerCheck['customer_check_id']; + $data['apply_user_name']=db('admin_user')->where('id', $customerCheck['create_user_id'])->column("username"); } return resultArray(['data' => $data]); }