-
电动平车类网站pbootcms模...
-
建材装饰公司类网站pb...
-
玻璃棉板环保类网站pb...
-
五金轴承推广落地页pb...
-
货运物流快递类网站pb...
-
工商注册财务代理记账类...
-
导航网站pbootcms模板(自适...
-
园林苗木绿化工程类网站...
-
铝合金门窗类网站pboot...
-
家庭装修设计类网站pb...
-
蛋糕面包食品类网站pb...
-
电脑系统软件下载类网站...
-
建筑工程膜结构类网站...
-
空气净化器环保节能设备...
-
石材石业类网站pbootcms模...
-
电商平台资讯新闻类网站...
-
木制托盘类网站pbootcms模...
-
环保设备研发制造类网站...
-
水果食品类网站pbootcms模...
-
茶叶新闻资讯类网站pb...
教程如下
打开\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;