SHOW FULL COLUMNS FROM `t_dictionary` [ RunTime:0.003099s ]
SELECT * FROM `t_dictionary` WHERE `is_del` = 0 AND `tag_id` = 0 ORDER BY `sortby` ASC,`id` ASC [ RunTime:0.000723s ]
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.001020s ]
SHOW FULL COLUMNS FROM `t_config` [ RunTime:0.001485s ]
SELECT * FROM `t_config` WHERE `is_del` = 0 AND `is_enable` = 1 AND `city_id` IN (0,7) ORDER BY `sortby` DESC,`id` ASC [ RunTime:0.000601s ]
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.001257s ]
SHOW FULL COLUMNS FROM `t_tags` [ RunTime:0.001301s ]
SELECT `tag_name`,`is_default` FROM `t_tags` WHERE ( `is_publish` = 1 ) ORDER BY `is_default` DESC,`search_quantity` DESC LIMIT 10 [ RunTime:0.000431s ]
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.000984s ]