SHOW FULL COLUMNS FROM `fn_route` [ RunTime:0.000837s ]
SELECT `id`,`rule`,`name`,`group` FROM `fn_route` WHERE `status` = 1 ORDER BY `id` ASC [ RunTime:0.000893s ]
SHOW FULL COLUMNS FROM `fn_category` [ RunTime:0.001519s ]
SELECT `id` FROM `fn_category` WHERE `key` = 'junshilishi' LIMIT 1 [ RunTime:0.011916s ]
SHOW FULL COLUMNS FROM `fn_book` [ RunTime:0.001306s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time` FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.004445s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time`,GREATEST(create_time, update_time) as new_time FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 ORDER BY `new_time` DESC LIMIT 10 [ RunTime:0.021140s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time` FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 ORDER BY `comments` DESC LIMIT 10 [ RunTime:0.007161s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time` FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 ORDER BY `chapters` DESC LIMIT 10 [ RunTime:0.010336s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time` FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 AND `isfinish` = 2 ORDER BY `finishtime` DESC LIMIT 10 [ RunTime:0.002158s ]
SELECT `id`,`title`,`author`,`authorid`,`filename`,`genre`,`subgenre`,`cover`,`hits`,`words`,`comments`,`chapters`,`isfinish`,`finishtime`,`create_time` FROM `fn_book` WHERE `status` = 1 AND `genre` = 4 ORDER BY `words` DESC LIMIT 10 [ RunTime:0.004264s ]
SHOW FULL COLUMNS FROM `fn_advsr` [ RunTime:0.001142s ]
SELECT * FROM `fn_advsr` WHERE `status` = 1 AND `adver_id` = 124 ORDER BY `level` DESC LIMIT 1 [ RunTime:0.000787s ]
SHOW FULL COLUMNS FROM `fn_links` [ RunTime:0.001532s ]
SELECT * FROM `fn_links` WHERE `status` = 1 ORDER BY `sort` DESC [ RunTime:0.006069s ]