-
装修设计类网站pbootcms模...
-
网站建设定制公司类网站...
-
时尚服装类网站pbootcms模...
-
建筑节能装饰类网站pb...
-
企业通用型类网站pboot...
-
电气设备类网站pbootcms模...
-
不锈钢金属门类网站pb...
-
牙科诊所类网站pbootcms模...
-
暖气设备类网站pbootcms模...
-
电缆材料厂类网站pboot...
-
装饰建材公司类网站pb...
-
新闻博客自媒体类网站...
-
空气净化器智能环保设备...
-
火锅底料餐饮调料食材类...
-
生活百科资讯类网站pb...
-
环保设备网站pbootcms模板...
-
文艺演出策划类网站pb...
-
合同范文类网站pbootcms模...
-
建筑装饰工程类网站pb...
-
心理咨询类网站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;