修改导出线索接口

This commit is contained in:
lcc
2025-10-23 23:42:21 +08:00
parent e5f745b56e
commit 11ad4f272c
@@ -387,8 +387,11 @@ class Clues extends BaseController
$poi = "{$area['province_name']}-{$area['city_name']}-{$area['county_name']}";
}
if ($limit >= 10000) {
$unlockCustomer = $this->customers_model->get(['rid' => $v['rid'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]);
$is_unlock = $unlockCustomer ? '已解锁' : '未解锁';
$is_unlock = '';
if ($v['status'] == 1) {
$unlockCustomer = $this->customers_model->get(['rid' => $v['rid'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]);
$is_unlock = $unlockCustomer ? '已解锁' : '未解锁';
}
$status_name = $statusAry[$v['status']]['name'];
$v['status2'] && $status_name .= '' . $statusAry[$v['status']]['list'][$v['status2']];
$temp = [