调试信息推荐

hotfix/paypal-note
尹诚诚 4 years ago
parent 8c5c3cbd34
commit b4f74c0733

@ -1174,7 +1174,6 @@ class Information extends CI_Controller
}
}
foreach ($group_recommands as $item) {
if (empty($data[$item->ir_name])) {
$result = $this->recommand_information_rule($information, $root_detail, $item, $exclude_ids);
@ -1184,6 +1183,7 @@ class Information extends CI_Controller
}
}
//print_r($data);
log_message('error', 'exclude_ids: '.$information->ic_url.' '.implode(',',$exclude_ids));
return $data;
}

Loading…
Cancel
Save