[ DB ] CONNECT:[ UseTime:0.002428s ] mysql:host=localhost;port=3306;dbname=test_92ya_com;charset=utf8
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.007415s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 87 LIMIT 1 [ RunTime:0.004854s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_tags` [ RunTime:0.003745s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 87 AND `type` = 'tijian_level' [ RunTime:0.001027s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_scheduling` [ RunTime:0.002089s ]
[ SQL ] SELECT * FROM `ebx_hospital_scheduling` WHERE `hid` = 87 LIMIT 1 [ RunTime:0.001664s ]
[ SQL ] select count(*) as c from ebx_order_diary as a where a.is_open = 1 and a.physical_id in (
select id from ebx_order_goods_physical_person as b where b.hid = '87'
) [ RunTime:0.014022s ]
[ SQL ] select count(*) as c from ebx_expert_hospital as b left join ebx_expert as a on b.eid=a.eid where b.hid=87 and a.is_show=1 [ RunTime:0.000736s ]
[ SQL ] select count(*) as c from ebx_hospital_meal_comment as a where a.hid = '87' [ RunTime:0.000639s ]
[ SQL ] select a.name,a.number from ebx_hospital_tag_config as a left join ebx_hospital_tags as b on a.number=b.tag_id where a.`is_open`=1 and a.`deleted`=0 and a.type='hospital_mytag' and b.type='hospital_mytag' and b.hid=87 order by a.weight asc [ RunTime:0.001731s ]
[ SQL ] select count(*) as c,sum(z_score) as sum__z_score,sum(f_score) as sum__f_score,sum(t_score) as sum__t_score from ebx_hospital_meal_comment where hid=87 and status=2 [ RunTime:0.001458s ]
[ SQL ] select a.eid from ebx_expert_hospital as a left join ebx_expert as e on a.eid=e.eid where e.is_show=1 and a.hid=87 [ RunTime:0.001895s ]
[ SQL ] select count(*) as c from ebx_hospital_article as a left join ebx_hospital as e on a.hid=e.hid where a.is_open = 1 AND a.type = 21 AND a.hid = 87 [ RunTime:0.013455s ]
[ SQL ] select a.*, e.`hid` AS `hos__hid`, e.`name` AS `hos__name`, e.`renzheng` AS `hos__renzheng` from ebx_hospital_article as a left join ebx_hospital as e on a.hid=e.hid where a.is_open = 1 AND a.type = 21 AND a.hid = 87 ORDER BY a.publish_time desc LIMIT 0,1000 [ RunTime:0.000414s ]
[ SQL ] select count(*) as c from ebx_expert_case as a left join ebx_hospital as b on a.hid=b.hid where a.is_show = 1 and a.xiaoguo_pic!='' AND a.hid IN (87) [ RunTime:0.000673s ]
[ SQL ] select a.* from ebx_expert_case as a left join ebx_hospital as b on a.hid=b.hid where a.is_show = 1 and a.xiaoguo_pic!='' AND a.hid IN (87) ORDER BY a.publish_time desc LIMIT 0,1 [ RunTime:0.000999s ]
[ SQL ] select count(*) as c from ebx_hospital_meal_comment as a
left join ebx_hospital_meal as b on a.tid = b.tid
left join ebx_hospital as c on c.hid = a.hid
left join ebx_users as u on u.user_id = a.user_id
left join ebx_users_no as un on u.user_id = un.user_id
where 1 = 1 and a.status = 2 and a.`hid` = '87' [ RunTime:0.000817s ]
[ SQL ] select a.*,b.name as t_name,c.name as h_name,
un.user_no as un_user_no,u.nickname as u_nickname,u.mobile as u_mobile
from ebx_hospital_meal_comment as a
left join ebx_hospital_meal as b on a.tid = b.tid
left join ebx_hospital as c on c.hid = a.hid
left join ebx_users as u on u.user_id = a.user_id
left join ebx_users_no as un on u.user_id = un.user_id
where 1 = 1 and a.status = 2 and a.`hid` = '87' order by a.add_time desc LIMIT 0,5 [ RunTime:0.003613s ]
[ SQL ] select htc.`name`,htc.`number` from ebx_hospital_tag_config as htc
left join ebx_hospital_tags as ht on htc.number=ht.tag_id
left join ebx_hospital as h on ht.hid=h.hid
where htc.`type`='hospital_mytag' and htc.`deleted`=0 and htc.`is_open`=1
and ht.`type`='hospital_mytag' and ht.hid=87 and htc.`name`='医保定点' order by htc.score desc,htc.weight asc [ RunTime:0.013340s ]