SHOW FULL COLUMNS FROM `cms_home_links` [ RunTime:0.001645s ]
SELECT * FROM `cms_home_links` ORDER BY `sort` DESC [ RunTime:0.000288s ]
SHOW FULL COLUMNS FROM `cms_video_info` [ RunTime:0.001079s ]
SELECT * FROM `cms_video_info` WHERE ( `id` = 234 ) AND `cms_video_info`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000291s ]
SHOW FULL COLUMNS FROM `cms_video_classification` [ RunTime:0.000962s ]
SELECT * FROM `cms_video_classification` WHERE `id` = 52 LIMIT 1 [ RunTime:0.000196s ]
UPDATE `cms_video_info` SET `pv` = `pv` + 1 WHERE `id` = 234 [ RunTime:0.002795s ]
SHOW FULL COLUMNS FROM `cms_video_chapter` [ RunTime:0.001031s ]
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.003156s ]
SELECT * FROM `cms_video_chapter` WHERE ( `id` = 1403 ) AND `cms_video_chapter`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000257s ]
SELECT * FROM `cms_video_info` WHERE `cms_video_info`.`delete_time` IS NULL ORDER BY `pv` DESC LIMIT 5 [ RunTime:0.000424s ]
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.000285s ]
SHOW FULL COLUMNS FROM `cms_video_commentlike` [ RunTime:0.000956s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 8 AND `delete_time` IS NULL [ RunTime:0.000220s ]
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.000247s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 9 AND `delete_time` IS NULL [ RunTime:0.000210s ]
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.000224s ]
SELECT * FROM `cms_video_commentlike` WHERE `video_id` = 234 AND `comment_id` = 10 AND `delete_time` IS NULL [ RunTime:0.000189s ]
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.000210s ]
SHOW FULL COLUMNS FROM `cms_video_comment` [ RunTime:0.000954s ]
SELECT COUNT(*) AS think_count FROM `cms_video_comment` WHERE `reply_id` = 0 AND `video_id` = 234 LIMIT 1 [ RunTime:0.000211s ]