SHOW FULL COLUMNS FROM `wewe_system_config` [ RunTime:0.001286s ]
SELECT * FROM `wewe_system_config` WHERE `is_cache` = 1 ORDER BY `config_tab_code` ASC,`list_order` ASC,`eng_name` ASC [ RunTime:0.000670s ]
SHOW FULL COLUMNS FROM `wewe_module_nav` [ RunTime:0.001338s ]
SHOW FULL COLUMNS FROM `wewe_module_nav_category` [ RunTime:0.001075s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'top_menu' LIMIT 1 [ RunTime:0.000461s ]
SELECT name wewe_title,catid wewe_value,catid wewe_id,parent_id wewe_parent_id FROM wewe_module_nav_category order by list_order asc,catid asc [ RunTime:0.000386s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 5 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000480s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'menu' LIMIT 1 [ RunTime:0.000379s ]
SELECT name wewe_title,catid wewe_value,catid wewe_id,parent_id wewe_parent_id FROM wewe_module_nav_category order by list_order asc,catid asc [ RunTime:0.000369s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 3 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000457s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'footer' LIMIT 1 [ RunTime:0.000372s ]
SELECT name wewe_title,catid wewe_value,catid wewe_id,parent_id wewe_parent_id FROM wewe_module_nav_category order by list_order asc,catid asc [ RunTime:0.000351s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 4 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000539s ]
SHOW FULL COLUMNS FROM `wewe_module_news_category` [ RunTime:0.001189s ]
SELECT * FROM `wewe_module_news_category` WHERE `code` = 'notice' LIMIT 1 [ RunTime:0.000502s ]
SHOW FULL COLUMNS FROM `wewe_module_news` [ RunTime:0.001177s ]
SELECT `catid` FROM `wewe_module_news_category` WHERE `code` = 'notice' LIMIT 1 [ RunTime:0.000386s ]
SELECT name wewe_title,catid wewe_value,catid wewe_id,parent_id wewe_parent_id FROM wewe_module_news_category order by list_order asc,catid asc [ RunTime:0.000358s ]
SELECT COUNT(*) AS think_count FROM `wewe_module_news` `module_news_model` LEFT JOIN `wewe_module_news_category` `category` ON `module_news_model`.`catid`=`category`.`catid` WHERE `module_news_model`.`status` = '1' AND `module_news_model`.`catid` = '1' LIMIT 1 [ RunTime:0.000940s ]
SELECT `module_news_model`.`id`,`module_news_model`.`catid`,`module_news_model`.`user_id`,`module_news_model`.`is_user`,`module_news_model`.`title`,`module_news_model`.`seo_keywords`,`module_news_model`.`seo_description`,`module_news_model`.`contents`,`module_news_model`.`img_url`,`module_news_model`.`photo_album`,`module_news_model`.`adduser`,`module_news_model`.`create_time`,`module_news_model`.`tplname`,`module_news_model`.`jumpurl`,`module_news_model`.`hit`,`module_news_model`.`is_hot`,`module_news_model`.`list_order`,`module_news_model`.`status`,`module_news_model`.`is_cwifi_show`,`category`.`catid` AS `category__catid`,`category`.`parent_id` AS `category__parent_id`,`category`.`code` AS `category__code`,`category`.`tplname` AS `category__tplname`,`category`.`img_url` AS `category__img_url`,`category`.`name` AS `category__name`,`category`.`seo_keywords` AS `category__seo_keywords`,`category`.`seo_description` AS `category__seo_description`,`category`.`contents` AS `category__contents`,`category`.`jumpurl` AS `category__jumpurl`,`category`.`list_order` AS `category__list_order`,`category`.`tpl_type` AS `category__tpl_type`,`category`.`tpl_index` AS `category__tpl_index`,`category`.`tpl_list` AS `category__tpl_list`,`category`.`tpl_content` AS `category__tpl_content`,`category`.`is_super_cate` AS `category__is_super_cate`,`category`.`status` AS `category__status`,`category`.`is_open_add` AS `category__is_open_add` FROM `wewe_module_news` `module_news_model` LEFT JOIN `wewe_module_news_category` `category` ON `module_news_model`.`catid`=`category`.`catid` WHERE `module_news_model`.`status` = '1' AND `module_news_model`.`catid` = '1' ORDER BY `id` DESC LIMIT 20,20 [ RunTime:0.003234s ]