SHOW FULL COLUMNS FROM `df_articleclass` [ RunTime:0.000925s ]
SELECT * FROM `df_articleclass` WHERE `ac_id` <= 7 ORDER BY `ac_sort` ASC [ RunTime:0.000473s ]
SHOW FULL COLUMNS FROM `df_article` [ RunTime:0.000768s ]
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.000823s ]
SHOW FULL COLUMNS FROM `df_cart` [ RunTime:0.000772s ]
SELECT * FROM `df_cart` WHERE `buyer_id` IS NULL [ RunTime:0.000409s ]
SHOW FULL COLUMNS FROM `df_adv` [ RunTime:0.000750s ]
SELECT * FROM `df_adv` WHERE `ap_id` = 21 AND `adv_enabled` = 1 AND `adv_startdate` < 1734940800 AND `adv_enddate` > 1734940800 ORDER BY `adv_sort` ASC,`adv_id` ASC [ RunTime:0.000604s ]
SHOW FULL COLUMNS FROM `df_store` [ RunTime:0.001244s ]
SELECT * FROM `df_store` WHERE `store_id` = 1 LIMIT 1 [ RunTime:0.000713s ]
SHOW FULL COLUMNS FROM `df_goodscommon` [ RunTime:0.001031s ]
SELECT COUNT(*) AS think_count FROM `df_goodscommon` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 LIMIT 1 [ RunTime:0.000603s ]
SHOW FULL COLUMNS FROM `df_evaluatestore` [ RunTime:0.000597s ]
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.000457s ]
SHOW FULL COLUMNS FROM `df_storejoinin` [ RunTime:0.001065s ]
SELECT * FROM `df_storejoinin` WHERE `member_id` = 1 LIMIT 1 [ RunTime:0.000557s ]
SHOW FULL COLUMNS FROM `df_storegoodsclass` [ RunTime:0.000631s ]
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.000446s ]
SHOW FULL COLUMNS FROM `df_goods` [ RunTime:0.000945s ]
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.000752s ]
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.000679s ]
SHOW FULL COLUMNS FROM `df_storenavigation` [ RunTime:0.000787s ]
SELECT * FROM `df_storenavigation` WHERE `storenav_store_id` = 1 ORDER BY `storenav_sort` ASC [ RunTime:0.000406s ]
SELECT COUNT(*) AS think_count FROM `df_goods` WHERE `store_id` = 1 AND `goods_state` = 1 AND `goods_verify` = 1 LIMIT 1 [ RunTime:0.000440s ]
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.000942s ]
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_salenum` DESC LIMIT 0,24 [ RunTime:0.000843s ]
SHOW FULL COLUMNS FROM `df_goodsimages` [ RunTime:0.000944s ]
SELECT * FROM `df_goodsimages` WHERE `goods_commonid` IN (7,5,6,2,3,4) ORDER BY `goodsimage_isdefault` DESC,`goodsimage_sort` ASC [ RunTime:0.000663s ]
SELECT * FROM `df_storegoodsclass` WHERE `storegc_id` = 0 LIMIT 1 [ RunTime:0.000496s ]