edit-api-customer_detail
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user