SHOW FULL COLUMNS FROM `wewe_system_config` [ RunTime:0.001161s ]
SELECT * FROM `wewe_system_config` WHERE `is_cache` = 1 ORDER BY `config_tab_code` ASC,`list_order` ASC,`eng_name` ASC [ RunTime:0.000608s ]
SHOW FULL COLUMNS FROM `wewe_module_nav` [ RunTime:0.001039s ]
SHOW FULL COLUMNS FROM `wewe_module_nav_category` [ RunTime:0.000876s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'top_menu' LIMIT 1 [ RunTime:0.000446s ]
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.000397s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 5 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000469s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'menu' LIMIT 1 [ RunTime:0.000382s ]
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.000384s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 3 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000484s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'footer' LIMIT 1 [ RunTime:0.000388s ]
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.000357s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 4 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000446s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_category` [ RunTime:0.001184s ]
SELECT * FROM `wewe_shop_goods_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000458s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods` [ RunTime:0.001449s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_brand` [ RunTime:0.000992s ]
SELECT name wewe_title,id wewe_value,id wewe_id,parent_id wewe_parent_id FROM wewe_shop_goods_category order by list_order asc,id asc [ RunTime:0.000455s ]
SELECT `shop_goods_model`.`id`,`shop_goods_model`.`catid`,`shop_goods_model`.`goods_sn`,`shop_goods_model`.`goods_name`,`shop_goods_model`.`click_count`,`shop_goods_model`.`goods_brand_id`,`shop_goods_model`.`stock_num`,`shop_goods_model`.`comment_count`,`shop_goods_model`.`weight`,`shop_goods_model`.`market_price`,`shop_goods_model`.`shop_price`,`shop_goods_model`.`cost_price`,`shop_goods_model`.`is_promote`,`shop_goods_model`.`promote_price`,`shop_goods_model`.`promote_start_time`,`shop_goods_model`.`promote_end_time`,`shop_goods_model`.`keywords`,`shop_goods_model`.`goods_remark`,`shop_goods_model`.`goods_content`,`shop_goods_model`.`img_url`,`shop_goods_model`.`photo_album`,`shop_goods_model`.`is_real`,`shop_goods_model`.`is_on_sale`,`shop_goods_model`.`is_free_shipping`,`shop_goods_model`.`on_time`,`shop_goods_model`.`list_order`,`shop_goods_model`.`is_recommend`,`shop_goods_model`.`is_new`,`shop_goods_model`.`is_hot`,`shop_goods_model`.`last_update`,`shop_goods_model`.`goods_type_id`,`shop_goods_model`.`goods_spec_type_id`,`shop_goods_model`.`goods_spec_selected_key`,`shop_goods_model`.`give_integral`,`shop_goods_model`.`sales_sum`,`shop_goods_model`.`oa_goods_id`,`shop_goods_model`.`creditcart_name`,`shop_goods_model`.`yahoo_url`,`shop_goods_model`.`amazon_url`,`shop_goods_model`.`tax`,`shop_goods_model`.`hand_price`,`shop_goods_model`.`hand_price_is_mult`,`shop_goods_model`.`ship_price`,`shop_goods_model`.`youhui_price`,`shop_goods_model`.`youhui_price_notice`,`shop_goods_model`.`oa_order_mtype`,`shop_goods_model`.`is_out_of_stock`,`goodscategory`.`id` AS `goodscategory__id`,`goodscategory`.`parent_id` AS `goodscategory__parent_id`,`goodscategory`.`name` AS `goodscategory__name`,`goodscategory`.`mobile_name` AS `goodscategory__mobile_name`,`goodscategory`.`code` AS `goodscategory__code`,`goodscategory`.`img_url` AS `goodscategory__img_url`,`goodscategory`.`seo_keywords` AS `goodscategory__seo_keywords`,`goodscategory`.`seo_description` AS `goodscategory__seo_description`,`goodscategory`.`contents` AS `goodscategory__contents`,`goodscategory`.`tax` AS `goodscategory__tax`,`goodscategory`.`list_tplname` AS `goodscategory__list_tplname`,`goodscategory`.`detail_tplname` AS `goodscategory__detail_tplname`,`goodscategory`.`list_order` AS `goodscategory__list_order`,`goodscategory`.`is_hot` AS `goodscategory__is_hot`,`goodscategory`.`status` AS `goodscategory__status`,`goodscategory`.`oa_order_mtype` AS `goodscategory__oa_order_mtype`,`goodsbrand`.`id` AS `goodsbrand__id`,`goodsbrand`.`name` AS `goodsbrand__name`,`goodsbrand`.`logo_url` AS `goodsbrand__logo_url`,`goodsbrand`.`notice` AS `goodsbrand__notice`,`goodsbrand`.`website` AS `goodsbrand__website`,`goodsbrand`.`list_order` AS `goodsbrand__list_order`,`goodsbrand`.`is_hot` AS `goodsbrand__is_hot` FROM `wewe_shop_goods` `shop_goods_model` LEFT JOIN `wewe_shop_goods_category` `goodscategory` ON `shop_goods_model`.`catid`=`goodscategory`.`id` LEFT JOIN `wewe_shop_goods_brand` `goodsbrand` ON `shop_goods_model`.`goods_brand_id`=`goodsbrand`.`id` WHERE `shop_goods_model`.`is_on_sale` = '1' AND `shop_goods_model`.`catid` = '1' AND `shop_goods_model`.`is_on_sale` = '1' ORDER BY `id` DESC LIMIT 20 [ RunTime:0.001300s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_goods_price` [ RunTime:0.001195s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 206 AND ( `key`!='' ) [ RunTime:0.000518s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec` [ RunTime:0.000945s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` = 37 ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000387s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_item` [ RunTime:0.000949s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_id` = 30 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000528s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (254,267,253,265) AND `goods_spec_id` = 30 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000475s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_id` = 32 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000427s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (254,267,253,265) AND `goods_spec_id` = 32 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000576s ]
SELECT `id` FROM `wewe_shop_goods` WHERE `catid` = 1 AND `is_on_sale` = 1 [ RunTime:0.000397s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 206 AND ( `key`!='' ) [ RunTime:0.000458s ]
SELECT `goods_spec_type_id` FROM `wewe_shop_goods` WHERE `catid` = 1 AND `is_on_sale` = 1 [ RunTime:0.000376s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` = 37 ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000353s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (254,267,253,265) AND `goods_spec_id` = 30 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000436s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (254,267,253,265) AND `goods_spec_id` = 32 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000420s ]