修改导出线索接口
This commit is contained in:
@@ -389,7 +389,7 @@ class Clues extends BaseController
|
||||
if ($limit >= 10000) {
|
||||
$is_unlock = '';
|
||||
if ($v['status'] == 1) {
|
||||
$unlockCustomer = $this->customers_model->get(['rid' => $v['rid'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]);
|
||||
$unlockCustomer = $this->customers_model->get(['rid' => $v['id'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]);
|
||||
$is_unlock = $unlockCustomer ? '已解锁' : '未解锁';
|
||||
}
|
||||
$status_name = $statusAry[$v['status']]['name'];
|
||||
|
||||
Reference in New Issue
Block a user