修改导出线索接口

This commit is contained in:
lcc
2025-10-23 23:44:54 +08:00
parent 11ad4f272c
commit dfa054beee
@@ -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'];