SHOW FULL COLUMNS FROM `tb_adviser` [ RunTime:0.005731s ]
SHOW FULL COLUMNS FROM `tb_user` [ RunTime:0.005429s ]
SELECT count(id) as count FROM tb_advisernews where userid=37 [ RunTime:0.011201s ]
SHOW FULL COLUMNS FROM `tb_adviser_evaluate` [ RunTime:0.011553s ]
SELECT distinct
ae.admin_uid,`r`.`avatar`,`n`.`cname_news`,`c`.`name_cust`,`c`.`tab_cust`,ae.evaluate_time as time,ae.admission_info as info,ae.evaluate_cont as content,ae.evaluate_imgs as imgs FROM `tb_adviser_evaluate` `ae` LEFT JOIN `tb_register` `r` ON `r`.`uid`=ae.cust_id and r.app=1 LEFT JOIN `tb_custom` `c` ON `ae`.`cust_id`=`c`.`id_cust` LEFT JOIN `tb_news` `n` ON `n`.`cust_news`=`ae`.`cust_id` WHERE ( ae.admin_uid=37 ) AND `ae`.`status` = '2' ORDER BY `ae`.`evaluate_time` DESC LIMIT 0,30 [ RunTime:0.012684s ]
SHOW FULL COLUMNS FROM `tb_adviser_custom_acquisition_url_log` [ RunTime:0.004943s ]
SELECT COUNT(*) AS think_count FROM `tb_adviser_custom_acquisition_url_log` WHERE `adviser_id` = 37 AND `add_friend_time` IS NOT NULL [ RunTime:0.005555s ]
SELECT `ask_count` FROM `tb_adviser` WHERE `id` = 37 LIMIT 1 [ RunTime:0.014105s ]
SHOW FULL COLUMNS FROM `tb_admin_tag_record` [ RunTime:0.009920s ]