SHOW FULL COLUMNS FROM `ds_config` [ RunTime:0.000564s ]
SELECT * FROM `ds_config` WHERE `tenant_id` = 17 [ RunTime:0.001087s ]
SHOW FULL COLUMNS FROM `ds_articleclass` [ RunTime:0.000556s ]
SELECT * FROM `ds_articleclass` WHERE `ac_id` <= 7 ORDER BY `ac_sort` ASC [ RunTime:0.000307s ]
SHOW FULL COLUMNS FROM `ds_article` [ RunTime:0.000419s ]
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 `ds_article` `article` LEFT JOIN `ds_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.000459s ]
SHOW FULL COLUMNS FROM `ds_cart` [ RunTime:0.000450s ]
SELECT `cart`.*,`store`.`store_logo` FROM `ds_cart` `cart` INNER JOIN `ds_store` `store` ON `store`.`store_id`=`cart`.`store_id` WHERE `buyer_id` IS NULL [ RunTime:0.000969s ]
SHOW FULL COLUMNS FROM `ds_adv` [ RunTime:0.000392s ]
SELECT * FROM `ds_adv` WHERE `ap_id` = 21 AND `adv_enabled` = 1 AND `adv_startdate` < 1774216800 AND `adv_enddate` > 1774216800 ORDER BY `adv_sort` ASC,`adv_id` ASC [ RunTime:0.000349s ]
SHOW FULL COLUMNS FROM `ds_navigation` [ RunTime:0.000410s ]
SELECT * FROM `ds_navigation` ORDER BY `nav_sort` [ RunTime:0.000314s ]
SHOW FULL COLUMNS FROM `ds_goodsclass` [ RunTime:0.000449s ]
SELECT * FROM `ds_goodsclass` ORDER BY `gc_parent_id` ASC,`gc_sort` ASC,`gc_id` ASC [ RunTime:0.000265s ]
SHOW FULL COLUMNS FROM `ds_goodsclassnav` [ RunTime:0.000375s ]
SELECT * FROM `ds_goodsclassnav` WHERE `gc_id` = 794 LIMIT 1 [ RunTime:0.000238s ]
SELECT * FROM `ds_goodsclassnav` WHERE `gc_id` = 806 LIMIT 1 [ RunTime:0.000232s ]
SHOW FULL COLUMNS FROM `ds_typebrand` [ RunTime:0.000331s ]
SELECT * FROM `ds_typebrand` WHERE `type_id` IN (7,9) LIMIT 10000 [ RunTime:0.000248s ]
SELECT * FROM `ds_goodsclass` WHERE `tenant_id` = 0 ORDER BY `gc_parent_id` ASC,`gc_sort` ASC,`gc_id` ASC [ RunTime:0.000289s ]
SHOW FULL COLUMNS FROM `ds_goodscommon` [ RunTime:0.000617s ]
SELECT COUNT(*) AS think_count FROM ( SELECT count(*) AS think_count FROM `ds_goodscommon` `goodscommon` INNER JOIN `ds_goods` `goods` ON `goods`.`goods_commonid`=`goodscommon`.`goods_commonid` WHERE `goodscommon`.`is_platform_store` = '1' AND `goods`.`is_have_gift` = '1' AND `goodscommon`.`goods_state` = '1' AND `goodscommon`.`goods_verify` = '1' GROUP BY `goodscommon`.`goods_commonid` ) `_group_count_` LIMIT 1 [ RunTime:0.000436s ]
SHOW FULL COLUMNS FROM `ds_area` [ RunTime:0.000531s ]