ch和gh的广告不检测重复

webht/payment
YCC 2 years ago
parent 00de574fbf
commit 7a2a073306

@ -2837,7 +2837,7 @@ class Information extends CI_Controller
} }
foreach ($group_recommands as $item) { 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); $exclude_ids=array(0);
} }
if (empty($data[$item->ir_name])) { if (empty($data[$item->ir_name])) {

Loading…
Cancel
Save