SHOW FULL COLUMNS FROM `tb_news` [ RunTime:0.004850s ]
SELECT `tb_news`.*,um.id as showmajrid,um.major_cname as showmajrname,um.is_show as umshow,um.status as umstatus,uc.id_univ as showunivid,uc.univ_name as showunivname,uc.is_show as ucshow,uc.status as ucstatus FROM `tb_news` LEFT JOIN `tb_univ_collegeinfo` `uc` ON `uc`.`id_univ`=`tb_news`.`id_univ` LEFT JOIN `tb_univ_majorinfo` `um` ON `um`.`id`=`tb_news`.`major_news` WHERE `id_news` = 15571 LIMIT 1 [ RunTime:0.014400s ]
select id_exp,point_exp,is_bt from tb_exp where cust_exp=6716 and show_exp=1 order by sort_exp DESC,order_exp ASC [ RunTime:0.014574s ]
SELECT `a`.`result_aply` FROM `tb_news` `n` LEFT JOIN `tb_apply` `a` ON `a`.`id_aply`=`n`.`aply_news` WHERE `id_news` = 15571 LIMIT 1 [ RunTime:0.014419s ]
SHOW FULL COLUMNS FROM `tb_university` [ RunTime:0.010302s ]
SELECT * FROM `tb_university` WHERE `id_univ` = 171 LIMIT 1 [ RunTime:0.009405s ]
select * from (select a.job,
user_id,
name,
intro,
level,
a.desc,
ava,
position
from tb_adviser a,tb_advisernews
where userid=user_id and status=1
and newsid=15571) s order by LOCATE(position, '2514') asc [ RunTime:0.009767s ]
SHOW FULL COLUMNS FROM `tb_handbook` [ RunTime:0.006514s ]
SELECT * FROM `tb_handbook` WHERE `type_hb` = 2 AND `relatedid_hb` IS NULL AND `show_hb` = 1 LIMIT 1 [ RunTime:0.005223s ]