From fc920866070c040254339b473eb0195fbdb804ab Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Tue, 19 Apr 2022 17:32:50 +0800 Subject: [PATCH] edit-api-customer_detail --- api/controllers/wxapp/licheb/Customers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index f1a30bff..aa89c087 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -62,6 +62,7 @@ class Customers extends Wxapp ]; $other_data['销售顾问'] = isset($admin) ? $admin['uname'] : ''; $row['cont_time'] != '0000-00-00 00:00:00' && $other_data['上次联系'] = date('Y-m-d', strtotime($row['cont_time'])); + $other_data['客户等级'] = $row['level']; $data = [ 'id' => $row['id'], 'name' => $row['name'],