修改导出线索接口
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user