SHOW FULL COLUMNS FROM `wewe_system_config` [ RunTime:0.001411s ]
SELECT * FROM `wewe_system_config` WHERE `is_cache` = 1 ORDER BY `config_tab_code` ASC,`list_order` ASC,`eng_name` ASC [ RunTime:0.000641s ]
SHOW FULL COLUMNS FROM `wewe_module_nav` [ RunTime:0.001037s ]
SHOW FULL COLUMNS FROM `wewe_module_nav_category` [ RunTime:0.000903s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'top_menu' LIMIT 1 [ RunTime:0.000466s ]
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.000379s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 5 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000467s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'menu' LIMIT 1 [ RunTime:0.000384s ]
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.000360s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 3 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000478s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'footer' LIMIT 1 [ RunTime:0.000387s ]
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.000335s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 4 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000458s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods` [ RunTime:0.001284s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_category` [ RunTime:0.000982s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_brand` [ RunTime:0.000847s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_type` [ RunTime:0.000819s ]
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`,`goodstype`.`goods_type_id` AS `goodstype__goods_type_id`,`goodstype`.`name` AS `goodstype__name`,`goodstype`.`list_order` AS `goodstype__list_order` 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` LEFT JOIN `wewe_shop_goods_type` `goodstype` ON `shop_goods_model`.`goods_spec_type_id`=`goodstype`.`goods_type_id` WHERE `shop_goods_model`.`id` = '219' LIMIT 1 [ RunTime:0.001089s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_goods_price` [ RunTime:0.000986s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 219 AND ( `key`!='' ) [ RunTime:0.000528s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec` [ RunTime:0.000871s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` = 44 ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000444s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_item` [ RunTime:0.000874s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_id` = 45 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000515s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (259,260,261) AND `goods_spec_id` = 45 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000497s ]
SELECT * FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 219 [ RunTime:0.000535s ]