From 6c354565a767e1a75b60b493d0dfc421e047d893 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Thu, 23 Oct 2025 17:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/controllers/receiver/Clues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controllers/receiver/Clues.php b/admin/controllers/receiver/Clues.php index f13e18d5..ecc4947f 100644 --- a/admin/controllers/receiver/Clues.php +++ b/admin/controllers/receiver/Clues.php @@ -264,7 +264,7 @@ class Clues extends HD_Controller $val['rec_time'] = $val['rec_time'] != '0000-00-00 00:00:00' ? $val['rec_time'] : ''; $is_unlock = ''; if ($val['app_id'] == Receiver_clues_model::APP_ID_ACTIVITY && $val['status'] > 0) { - $unlockCustomer = $this->customers_model->get(['rid' => $val['rid'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]); + $unlockCustomer = $this->customers_model->get(['rid' => $val['id'], 'un_lock' => Receiver_customers_model::LOCK_STATUS]); $is_unlock = $unlockCustomer ? '已解锁' : '未解锁'; } $val['is_unlock'] = $is_unlock;