From 7a2a073306e4dab08a4388acf33d68e4ca5f2b4f Mon Sep 17 00:00:00 2001 From: YCC Date: Mon, 4 Dec 2023 10:13:03 +0800 Subject: [PATCH] =?UTF-8?q?ch=E5=92=8Cgh=E7=9A=84=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E4=B8=8D=E6=A3=80=E6=B5=8B=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 120aa307..8d39c8b3 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2837,7 +2837,7 @@ class Information extends CI_Controller } foreach ($group_recommands as $item) { - if ($this->config->item('site_code') == 'ah') { //如果是AH的页面,取消重复检测 + if ($this->config->item('site_code') == 'ah' or $this->config->item('site_code') == 'ch' or $this->config->item('site_code') == 'gh' ) { //如果是AH CH GH的页面,取消重复检测 $exclude_ids=array(0); } if (empty($data[$item->ir_name])) {