SHOW FULL COLUMNS FROM `xl_category` [ RunTime:0.002700s ]
SELECT * FROM `xl_category` WHERE `catdir` = 'companynews' AND `isclose` = 1 LIMIT 1 [ RunTime:0.002204s ]
SHOW FULL COLUMNS FROM `xl_article` [ RunTime:0.002415s ]
SELECT * FROM `xl_article` WHERE `id` = 127 AND `status` = 99 LIMIT 1 [ RunTime:0.002116s ]
SHOW FULL COLUMNS FROM `xl_article_data` [ RunTime:0.002255s ]
SELECT * FROM `xl_article_data` WHERE `id` = 127 LIMIT 1 [ RunTime:0.001972s ]
SELECT `id`,`title`,`url` FROM `xl_article` WHERE `catid` = 11 AND `status` = 99 AND `id` < 127 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002019s ]
SELECT `id`,`title`,`url` FROM `xl_article` WHERE `catid` = 11 AND `status` = 99 AND `id` > 127 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.001991s ]
SELECT * FROM `xl_article` WHERE ( catid in (10,11,27) and recommend like "%1%" and status=99 and status = 99 ) ORDER BY `listorder` DESC,`publishtime` DESC,`id` DESC LIMIT 4 [ RunTime:0.001983s ]
SELECT * FROM `xl_article` WHERE ( catid in (10,11,27) and status=99 and status = 99 ) ORDER BY `listorder` DESC,`publishtime` DESC,`id` DESC LIMIT 2 [ RunTime:0.001977s ]