SHOW FULL COLUMNS FROM `df_articleclass` [ RunTime:0.001698s ]
SELECT * FROM `df_articleclass` WHERE `ac_id` <= 7 ORDER BY `ac_sort` ASC [ RunTime:0.000769s ]
SHOW FULL COLUMNS FROM `df_article` [ RunTime:0.000907s ]
SELECT `article`.`article_id`,`article`.`ac_id`,`article`.`article_url`,`article`.`article_title`,`article`.`article_time`,`article_class`.`ac_name`,`article_class`.`ac_parent_id` FROM `df_article` `article` LEFT JOIN `df_articleclass` `article_class` ON `article`.`ac_id`=`article_class`.`ac_id` WHERE ( article.article_show = '1' and (article_class.ac_id <= 7 or (article_class.ac_parent_id > 0 and article_class.ac_parent_id <= 7)) ) ORDER BY `article_sort` ASC,`article_time` DESC LIMIT 300 [ RunTime:0.001014s ]
SHOW FULL COLUMNS FROM `df_cart` [ RunTime:0.000984s ]
SELECT * FROM `df_cart` WHERE `buyer_id` IS NULL [ RunTime:0.000527s ]
SHOW FULL COLUMNS FROM `df_adv` [ RunTime:0.000866s ]
SELECT * FROM `df_adv` WHERE `ap_id` = 21 AND `adv_enabled` = 1 AND `adv_startdate` < 1734944400 AND `adv_enddate` > 1734944400 ORDER BY `adv_sort` ASC,`adv_id` ASC [ RunTime:0.000824s ]
SHOW FULL COLUMNS FROM `df_store` [ RunTime:0.001779s ]
SELECT * FROM `df_store` WHERE `store_id` = 1 LIMIT 1 [ RunTime:0.000956s ]
SHOW FULL COLUMNS FROM `df_goodscommon` [ RunTime:0.001518s ]
SELECT COUNT(*) AS think_count FROM `df_goodscommon` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 LIMIT 1 [ RunTime:0.000732s ]
SHOW FULL COLUMNS FROM `df_evaluatestore` [ RunTime:0.000915s ]
SELECT AVG(seval_desccredit) as store_desccredit,AVG(seval_servicecredit) as store_servicecredit,AVG(seval_deliverycredit) as store_deliverycredit,COUNT(seval_id) as count FROM `df_evaluatestore` WHERE `seval_storeid` = 1 LIMIT 1 [ RunTime:0.000588s ]
SHOW FULL COLUMNS FROM `df_storejoinin` [ RunTime:0.001057s ]
SELECT * FROM `df_storejoinin` WHERE `member_id` = 1 LIMIT 1 [ RunTime:0.000710s ]
SHOW FULL COLUMNS FROM `df_storegoodsclass` [ RunTime:0.000695s ]
SELECT * FROM `df_storegoodsclass` WHERE `store_id` = 1 AND `storegc_state` = 1 ORDER BY `storegc_parent_id` ASC,`storegc_sort` ASC,`storegc_id` ASC [ RunTime:0.000520s ]
SHOW FULL COLUMNS FROM `df_goods` [ RunTime:0.000983s ]
SELECT * FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 ORDER BY `goods_salenum` DESC LIMIT 5 [ RunTime:0.000780s ]
SELECT * FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 ORDER BY `goods_collect` DESC LIMIT 5 [ RunTime:0.000693s ]
SHOW FULL COLUMNS FROM `df_storenavigation` [ RunTime:0.000851s ]
SELECT * FROM `df_storenavigation` WHERE `storenav_store_id` = 1 ORDER BY `storenav_sort` ASC [ RunTime:0.000547s ]
SELECT COUNT(*) AS think_count FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 LIMIT 1 [ RunTime:0.000526s ]
SELECT COUNT(*) AS think_count FROM ( SELECT count(*) AS think_count FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 GROUP BY CONCAT(goods_commonid) ) `_group_count_` LIMIT 1 [ RunTime:0.000664s ]
SELECT CONCAT(goods_commonid) as nc_distinct ,goods_id,goods_commonid,goods_name,goods_advword,store_id,store_name,goods_price,goods_promotion_price,goods_marketprice,goods_storage,goods_image,goods_freight,goods_salenum,color_id,evaluation_good_star,evaluation_count,goods_promotion_type FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 GROUP BY CONCAT(goods_commonid) ORDER BY `goods_promotion_price` DESC LIMIT 0,24 [ RunTime:0.000584s ]
SHOW FULL COLUMNS FROM `df_goodsimages` [ RunTime:0.000661s ]
SELECT * FROM `df_goodsimages` WHERE `goods_commonid` IN (3,2,5,6,4,7) ORDER BY `goodsimage_isdefault` DESC,`goodsimage_sort` ASC [ RunTime:0.000596s ]
SELECT * FROM `df_storegoodsclass` WHERE `storegc_id` = 0 LIMIT 1 [ RunTime:0.000346s ]