SHOW FULL COLUMNS FROM `lecms_regions` [ RunTime:0.000812s ]
SELECT `id`,`title`,`short_title` FROM `lecms_regions` WHERE `parent_id` = 0 ORDER BY `id` ASC [ RunTime:0.000558s ]
SHOW FULL COLUMNS FROM `lecms_category` [ RunTime:0.000758s ]
SELECT `id`,`title`,`english_title`,`sort_order` FROM `lecms_category` WHERE `is_active` = 1 ORDER BY `sort_order` DESC,`id` ASC [ RunTime:0.000493s ]
SHOW FULL COLUMNS FROM `lecms_content` [ RunTime:0.000727s ]
SELECT `id`,`category_id`,`title`,`click`,`created_at` FROM `lecms_content` ORDER BY `click` DESC,`id` DESC LIMIT 6 [ RunTime:0.000493s ]
SELECT `id`,`english_title` FROM `lecms_category` WHERE `is_active` = 1 [ RunTime:0.000400s ]
SHOW FULL COLUMNS FROM `lecms_keyword` [ RunTime:0.000647s ]
SELECT `id`,`keyword` FROM `lecms_keyword` ORDER BY `id` ASC LIMIT 50 [ RunTime:0.000387s ]
SELECT COUNT(*) AS think_count FROM `lecms_content` WHERE ( `title` LIKE '%谈判%' ) [ RunTime:0.000506s ]
SELECT `id`,`category_id`,`title`,`created_at`,`click` FROM `lecms_content` WHERE ( `title` LIKE '%谈判%' ) ORDER BY `id` DESC LIMIT 0,30 [ RunTime:0.000541s ]