-
全屋定制家居装饰类网站...
-
环保防腐木材类网站pb...
-
健身俱乐部类网站pboot...
-
电子监控系统类网站pb...
-
照明科技类网站pbootcms模...
-
新能源汽车充电桩设备类...
-
输送机设备类网站pboot...
-
企业咨询管理类网站pb...
-
矿山矿石设备类网站pb...
-
家政服务公司网站pboot...
-
高端装修设计公司类网站...
-
站长导航类网站pbootcms模...
-
货架货柜类网站pbootcms模...
-
集团企业通用类网站pb...
-
国际物流服务类网站pb...
-
宽屏滚屏塑料制品类网站...
-
工业脚轮万向轮类网站...
-
网络建站公司类网站pb...
-
电缆电线类网站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;