From 5d79f8f60e49b1acc87120dafa72d28fc7bb1b40 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 29 Apr 2025 22:56:44 +0800 Subject: [PATCH] 0429 --- admin/controllers/receiver/Clues.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/controllers/receiver/Clues.php b/admin/controllers/receiver/Clues.php index b81e3893..929bf20b 100644 --- a/admin/controllers/receiver/Clues.php +++ b/admin/controllers/receiver/Clues.php @@ -43,7 +43,7 @@ class Clues extends HD_Controller $cate = array(); $where = array("status" => $key); if ($this->admin_biz_str) { - $where["biz_id in ($this->admin_biz_str)"] = null; + $where["belong_id in ($this->admin_biz_str)"] = null; } $count1 = $this->clues_model->count($where); if ($value['list']) { @@ -92,7 +92,7 @@ class Clues extends HD_Controller $where["{$params['search_tp']} like '%{$params['title']}%'"] = null; } if ($this->admin_biz_str) { - $where["biz_id in ($this->admin_biz_str)"] = null; + $where["belong_id in ($this->admin_biz_str)"] = null; } //创建时间 if ($params['c_time']) {