SHOW FULL COLUMNS FROM `tb_article_content` [ RunTime:0.005236s ]
SELECT `a`.*,`b`.`name`,b.avatar as avatar_author FROM `tb_article_content` `a` LEFT JOIN `tb_article_author` `b` ON `author`=`b`.`id` WHERE `status` = 2 AND `a`.`id` = '6083' LIMIT 1 [ RunTime:0.009184s ]
select a.id ,`title` ,`m_reading`,`create_at`,cover,video,video_length,b.name,level_limit
FROM `tb_article_content` a
left join tb_article_author b on b.id=a.author
WHERE status=2
and video <> ''
and a.id <> 6083
and `create_at` >='2025-06-10'
ORDER BY `m_reading` desc,m_reading desc LIMIT 5 [ RunTime:0.012089s ]
select
B.job,
user_id,
B.name,
intro,
level,
B.desc,
ava,
B.position,
B.status
from tb_article_content A,tb_adviser B,tb_article_author C
WHERE C.id=A.author
and C.userid=B.user_id
and B.status=1
and A.id=6083 limit 1 [ RunTime:0.005312s ]
SHOW FULL COLUMNS FROM `tb_adviser_custom_acquisition_url_log` [ RunTime:0.014104s ]
SELECT COUNT(*) AS think_count FROM `tb_adviser_custom_acquisition_url_log` WHERE `adviser_id` = 147 AND `add_friend_time` IS NOT NULL [ RunTime:0.010189s ]
SHOW FULL COLUMNS FROM `tb_adviser` [ RunTime:0.009480s ]
SELECT `ask_count` FROM `tb_adviser` WHERE `id` = 147 LIMIT 1 [ RunTime:0.009541s ]
select a.`id` ,`title` ,`m_reading`,`create_at` ,cover,type,level_limit,cate_id,ac.name_cate as typen
FROM `tb_article_content` a
left join tb_article_category ac on ac.id_cate=a.cate_id
WHERE `adviser_status` = 2 AND `author` = 30 AND a.`id` <> 6083 and show_type=1 LIMIT 5 [ RunTime:0.013118s ]
SHOW FULL COLUMNS FROM `tb_advisercount_copy1` [ RunTime:0.004986s ]
SHOW FULL COLUMNS FROM `tb_collection_articles` [ RunTime:0.006887s ]
SELECT `a`.`collection_id`,`b`.`name` FROM `tb_collection_articles` `a` LEFT JOIN `tb_article_collection` `b` ON `b`.`id`=`a`.`collection_id` WHERE `article_id` = 6083 AND `b`.`status` = '2' ORDER BY `a`.`create_at` DESC [ RunTime:0.007967s ]