SHOW FULL COLUMNS FROM `idea_goods` [ RunTime:0.000507s ]
SELECT * FROM `idea_goods` WHERE `id` = 20 AND `is_sale` = 1 AND `is_delete` = 0 LIMIT 1 [ RunTime:0.000261s ]
select * from idea_goods_category where is_show = 1 and parent_id = 0 order by is_top desc,sequence desc,id desc limit 0,6 [ RunTime:0.000267s ]
select * from idea_goods_category where is_show = 1 and is_top = 1 and parent_id != 0 order by sequence desc limit 0,2 [ RunTime:0.000125s ]
SHOW FULL COLUMNS FROM `idea_goods_category` [ RunTime:0.000246s ]
SELECT `id`,`title`,`parent_id` FROM `idea_goods_category` WHERE `id` = 66 LIMIT 1 [ RunTime:0.000103s ]
SELECT `id`,`title`,`parent_id` FROM `idea_goods_category` WHERE `id` = 69 LIMIT 1 [ RunTime:0.000093s ]
select * from idea_goods where is_delete = 0 and is_sale = 1 and id not in(20) and cat_id in(66) order by initial_sales desc limit 0,6 [ RunTime:0.000312s ]
SHOW FULL COLUMNS FROM `idea_addons_statistics_code` [ RunTime:0.000245s ]
SELECT `code` FROM `idea_addons_statistics_code` WHERE `status` = 1 AND `position` = 'body' [ RunTime:0.000138s ]
SELECT `code` FROM `idea_addons_statistics_code` WHERE `status` = 1 AND `position` = 'head' [ RunTime:0.000084s ]