edit-api-customer_detail

This commit is contained in:
lccsw
2022-04-19 17:32:50 +08:00
parent ea22a78a2a
commit fc92086607
@@ -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'],