SHOW FULL COLUMNS FROM `t_dictionary` [ RunTime:0.002865s ]
SELECT * FROM `t_dictionary` WHERE `is_del` = 0 AND `tag_id` = 0 ORDER BY `sortby` ASC,`id` ASC [ RunTime:0.001107s ]
SELECT * FROM `t_dictionary` WHERE `is_del` = 0 AND `tag_id` = 1 ORDER BY `root_id` ASC,`depth` ASC,`is_enable` DESC,`sortby` ASC,`id` ASC [ RunTime:0.000676s ]
SHOW FULL COLUMNS FROM `t_config` [ RunTime:0.001754s ]
SELECT * FROM `t_config` WHERE `is_del` = 0 AND `is_enable` = 1 AND `city_id` IN (0,1) ORDER BY `sortby` DESC,`id` ASC [ RunTime:0.000779s ]
SELECT * FROM `t_dictionary` WHERE `is_del` = 0 AND `tag_id` = 4 ORDER BY `root_id` ASC,`depth` ASC,`is_enable` DESC,`sortby` ASC,`id` ASC [ RunTime:0.001326s ]
SHOW FULL COLUMNS FROM `t_tags` [ RunTime:0.001723s ]
SELECT `tag_name`,`is_default` FROM `t_tags` WHERE ( `is_publish` = 1 ) ORDER BY `is_default` DESC,`search_quantity` DESC LIMIT 10 [ RunTime:0.000834s ]
SELECT `id`,`tag_name`,`search_quantity`,`use_quantity` FROM `t_tags` WHERE ( `is_publish` = 1 ) ORDER BY `search_quantity` DESC,`id` DESC LIMIT 10 [ RunTime:0.000578s ]