SHOW FULL COLUMNS FROM `wewe_system_config` [ RunTime:0.001172s ]
SELECT * FROM `wewe_system_config` WHERE `is_cache` = 1 ORDER BY `config_tab_code` ASC,`list_order` ASC,`eng_name` ASC [ RunTime:0.000614s ]
SHOW FULL COLUMNS FROM `wewe_module_nav` [ RunTime:0.001084s ]
SHOW FULL COLUMNS FROM `wewe_module_nav_category` [ RunTime:0.000821s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'top_menu' LIMIT 1 [ RunTime:0.000420s ]
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.000902s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 5 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000449s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'menu' LIMIT 1 [ RunTime:0.000374s ]
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.000345s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 3 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000481s ]
SELECT `catid` FROM `wewe_module_nav_category` WHERE `code` = 'footer' LIMIT 1 [ RunTime:0.000364s ]
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.000336s ]
SELECT * FROM `wewe_module_nav` WHERE `status` = 1 AND `catid` = 4 ORDER BY `list_order` ASC,`id` ASC LIMIT 20 [ RunTime:0.000472s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_category` [ RunTime:0.001081s ]
SELECT * FROM `wewe_shop_goods_category` WHERE `id` = 15 LIMIT 1 [ RunTime:0.000456s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods` [ RunTime:0.001309s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_brand` [ RunTime:0.000840s ]
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.000435s ]
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` = '15' AND `shop_goods_model`.`is_on_sale` = '1' ORDER BY `id` DESC LIMIT 20 [ RunTime:0.001228s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_goods_price` [ RunTime:0.001035s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` = 217 AND ( `key`!='' ) [ RunTime:0.000533s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec` [ RunTime:0.000874s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` = 46 ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000438s ]
SHOW FULL COLUMNS FROM `wewe_shop_goods_spec_item` [ RunTime:0.000806s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_id` = 46 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000511s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` = 298 AND `goods_spec_id` = 46 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000404s ]
SELECT `id` FROM `wewe_shop_goods` WHERE `catid` = 15 AND `is_on_sale` = 1 [ RunTime:0.000405s ]
SELECT `key` FROM `wewe_shop_goods_spec_goods_price` WHERE `goods_id` IN (210,211,212,217) AND ( `key`!='' ) [ RunTime:0.000494s ]
SELECT `goods_spec_type_id` FROM `wewe_shop_goods` WHERE `catid` = 15 AND `is_on_sale` = 1 [ RunTime:0.000409s ]
SELECT * FROM `wewe_shop_goods_spec` WHERE `goods_type_id` IN (0,46) ORDER BY `list_order` ASC,`goods_spec_id` ASC [ RunTime:0.000368s ]
SELECT * FROM `wewe_shop_goods_spec_item` WHERE `goods_spec_item_id` = 298 AND `goods_spec_id` = 46 ORDER BY `list_order` ASC,`goods_spec_item_id` ASC [ RunTime:0.000343s ]
SHOW FULL COLUMNS FROM `wewe_aicom_help` [ RunTime:0.001068s ]
SELECT name wewe_title,catid wewe_value,catid wewe_id,parent_id wewe_parent_id FROM wewe_aicom_help_category order by list_order asc,catid asc [ RunTime:0.000554s ]
SELECT * FROM `wewe_aicom_help` WHERE `status` = 1 AND `catid` = 9 ORDER BY `id` ASC LIMIT 200 [ RunTime:0.001087s ]