SHOW FULL COLUMNS FROM `cms_home_links` [ RunTime:0.001523s ]
SELECT * FROM `cms_home_links` ORDER BY `sort` DESC [ RunTime:0.000364s ]
SHOW FULL COLUMNS FROM `cms_video_info` [ RunTime:0.001206s ]
SELECT * FROM `cms_video_info` WHERE ( `id` = 234 ) AND `cms_video_info`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000338s ]
SHOW FULL COLUMNS FROM `cms_video_classification` [ RunTime:0.001134s ]
SELECT * FROM `cms_video_classification` WHERE `id` = 52 LIMIT 1 [ RunTime:0.000227s ]
UPDATE `cms_video_info` SET `pv` = `pv` + 1 WHERE `id` = 234 [ RunTime:0.004283s ]
SHOW FULL COLUMNS FROM `cms_video_chapter` [ RunTime:0.001969s ]
SELECT * FROM `cms_video_chapter` WHERE ( `video_info_id` = 234 ) AND `cms_video_chapter`.`delete_time` IS NULL ORDER BY `sort` DESC,`id` ASC [ RunTime:0.002931s ]
SELECT * FROM `cms_video_chapter` WHERE ( `id` = 1419 ) AND `cms_video_chapter`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000613s ]
SELECT * FROM `cms_video_info` WHERE `cms_video_info`.`delete_time` IS NULL ORDER BY `pv` DESC LIMIT 5 [ RunTime:0.000463s ]
SELECT
t1.*,
t2.name,
t2.head_portrait,
t2.`level`
FROM
cms_video_comment AS t1
LEFT JOIN cms_home_member AS t2 ON (
t1.member_id = t2.id) where t1.reply_id = 0 and t1.video_id = 234 [ RunTime:0.000369s ]
SHOW FULL COLUMNS FROM `cms_video_commentlike` [ RunTime:0.001083s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 8 AND `delete_time` IS NULL [ RunTime:0.000228s ]
SELECT
t1.*,
t2.name,
t2.head_portrait,
t2.`level`
FROM
cms_video_comment AS t1
LEFT JOIN cms_home_member AS t2 ON (
t1.member_id = t2.id) where t1.reply_id = 8 and t1.video_id = 234 [ RunTime:0.000264s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 9 AND `delete_time` IS NULL [ RunTime:0.000221s ]
SELECT
t1.*,
t2.name,
t2.head_portrait,
t2.`level`
FROM
cms_video_comment AS t1
LEFT JOIN cms_home_member AS t2 ON (
t1.member_id = t2.id) where t1.reply_id = 9 and t1.video_id = 234 [ RunTime:0.000236s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 10 AND `delete_time` IS NULL [ RunTime:0.000214s ]
SELECT
t1.*,
t2.name,
t2.head_portrait,
t2.`level`
FROM
cms_video_comment AS t1
LEFT JOIN cms_home_member AS t2 ON (
t1.member_id = t2.id) where t1.reply_id = 10 and t1.video_id = 234 [ RunTime:0.000248s ]
SHOW FULL COLUMNS FROM `cms_video_comment` [ RunTime:0.001057s ]
SELECT COUNT(*) AS think_count FROM `cms_video_comment` WHERE `reply_id` = 0 AND `video_id` = 234 LIMIT 1 [ RunTime:0.000233s ]