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'],