-
激光切割机类网站pboot...
-
代理记账财务公司类网站...
-
恋爱情感资讯类网站pb...
-
网络品牌广告设计类网站...
-
新闻资讯网站教程类网站...
-
外国语学校类网站pboot...
-
儿童乐园玩具类网站pb...
-
品牌策划设计类网站pb...
-
餐饮美食加盟类网站pb...
-
链条导轨张紧器类网站...
-
新闻博客教程资讯类网站...
-
汽车零配件类网站pboot...
-
精工机械轴承生产厂家类...
-
养殖设备类网站pbootcms模...
-
投资理财金融公司类网站...
-
品牌包包定制类网站pb...
-
展会展览会类网站pboot...
-
五金制品类网站pbootcms模...
-
空压机类网站pbootcms模板...
-
网络公司应用开发类网站...
教程如下
打开\apps\home\model\ParserModel.php文件
找到
改成$result = parent::table('ay_content a')->where("c.type=2 AND a.tags<>''")
->where($scode_arr, 'OR')
->join($join)
->order('a.visits DESC')
->column('a.tags');
return $result;
$result = parent::table('ay_content a')->where('a.status=1')->where("c.type=2 AND a.tags<>''")
->where($scode_arr, 'OR')
->join($join)
->order('a.visits DESC')
->column('a.tags');
return $result;