SHOW FULL COLUMNS FROM `wewe_system_config` [ RunTime:0.001175s ]
SELECT * FROM `wewe_system_config` WHERE `is_cache` = 1 ORDER BY `config_tab_code` ASC,`list_order` ASC,`eng_name` ASC [ RunTime:0.000541s ]
SHOW FULL COLUMNS FROM `wewe_module_nav` [ RunTime:0.000972s ]
SHOW FULL COLUMNS FROM `wewe_module_nav_category` [ RunTime:0.000877s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'top_menu' LIMIT 1 [ RunTime:0.000409s ]
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.000354s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 5 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000440s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'menu' LIMIT 1 [ RunTime:0.000351s ]
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.000342s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 3 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000408s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'footer' LIMIT 1 [ RunTime:0.000386s ]
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.000344s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 4 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000424s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods` [ RunTime:0.001299s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_category` [ RunTime:0.001135s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_brand` [ RunTime:0.000916s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_type` [ RunTime:0.000799s ]
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` = '218' LIMIT 1 [ RunTime:0.001066s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_goods_price` [ RunTime:0.000989s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 AND ( `key`!='' ) [ RunTime:0.000489s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec` [ RunTime:0.000814s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` = 44 ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000365s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_item` [ RunTime:0.000793s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_id` = 45 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000445s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` IN (259,260) AND `goods_spec_id` = 45 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000422s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 AND ( status_is_hide=0 or status_is_hide='' ) [ RunTime:0.000497s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 AND ( FIND_IN_SET('259',REPLACE(`key`,'_',',')) ) AND ( status_is_hide=0 or status_is_hide='' ) [ RunTime:0.000503s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 AND ( FIND_IN_SET('260',REPLACE(`key`,'_',',')) ) AND ( status_is_hide=0 or status_is_hide='' ) [ RunTime:0.000488s ]
SELECT * FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 AND ( status_is_hide=0 or status_is_hide='' ) ORDER BY CONVERT(price, UNSIGNED) LIMIT 1 [ RunTime:0.000536s ]
SELECT * FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 218 [ RunTime:0.000480s ]