[ DB ] CONNECT:[ UseTime:0.000507s ] mysql:host=localhost;port=3306;dbname=test_92ya_com;charset=utf8
[ SQL ] select hid,name,alias_name from ebx_hospital as a where a.status = '1' and a.is_show = 1 and FIND_IN_SET(1,a.kind_str) AND a.city = '236' order by a.weight asc,add_time desc limit 20 [ RunTime:0.000671s ]
[ SQL ] select link_id,link_name,link_url,target from ebx_friend_link where 1 = 1 AND is_show = 1 AND ( city = '236' or province = 0 ) order by `orderby` desc limit 100 [ RunTime:0.004926s ]
[ SQL ] select `id` , `name` , `area_code` from `ebx_region` where 1 = 1 AND is_hot = 1 and area_code is not null and open_pingtai=1 order by weight asc limit 100 [ RunTime:0.000832s ]
[ SQL ] select a.hid,a.name,a.alias_name,a.logo,a.thum,a.province,a.city,a.region,a.meal_num,a.yuyue_num,a.score from ebx_hospital as a where a.status = 1 and a.is_show = 1 and FIND_IN_SET(1,a.kind_str) AND a.city = '236' order by a.add_time desc limit 20 [ RunTime:0.021296s ]
[ SQL ] SHOW COLUMNS FROM `ebx_article_unique_tags` [ RunTime:0.008176s ]
[ SQL ] SELECT * FROM `ebx_article_unique_tags` ORDER BY create_date desc LIMIT 0,20 [ RunTime:0.000411s ]
[ SQL ] SHOW COLUMNS FROM `ebx_common_cart` [ RunTime:0.000984s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `ebx_common_cart` WHERE `session_id` = 'e79p6gdrvj8ls6v8bdtunujka4' LIMIT 1 [ RunTime:0.002025s ]
[ SQL ] select a.province,a.city,a.region from ebx_hospital as a where a.status = '1' and a.is_show = 1 and FIND_IN_SET(1,a.kind_str) AND a.city = '236' group by a.region limit 1000 [ RunTime:0.000692s ]
[ SQL ] SHOW COLUMNS FROM `ebx_search_keywords` [ RunTime:0.007688s ]
[ SQL ] SELECT * FROM `ebx_search_keywords` WHERE ( is_show=1 and area_code='0755' and type=1 and kind=1 and count>3 ) ORDER BY `count` desc,`id` desc LIMIT 10 [ RunTime:0.000558s ]
[ SQL ] select * from ebx_project_type as a where is_show = 1 and kind = 1 order by a.sort_order asc [ RunTime:0.000693s ]
[ SQL ] SHOW COLUMNS FROM `ebx_users` [ RunTime:0.009623s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 0 LIMIT 1 [ RunTime:0.000305s ]
[ SQL ] SHOW COLUMNS FROM `ebx_order_diary` [ RunTime:0.000797s ]
[ SQL ] SELECT * FROM `ebx_order_diary` WHERE `id` = 8 LIMIT 1 [ RunTime:0.000274s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.002658s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert` [ RunTime:0.002296s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 9 LIMIT 1 [ RunTime:0.004427s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='9' order by b.weight asc [ RunTime:0.001281s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=9 order by a.weight asc [ RunTime:0.023560s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_tags` [ RunTime:0.001425s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 9 AND `type` = 'learn_rank' [ RunTime:0.005871s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 9 AND `type` = 'company_auth' [ RunTime:0.000469s ]
[ SQL ] SHOW COLUMNS FROM `ebx_project_type` [ RunTime:0.001007s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000301s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000287s ]
[ SQL ] SHOW COLUMNS FROM `ebx_order_goods_physical_person` [ RunTime:0.002623s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1335 LIMIT 1 [ RunTime:0.001682s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.012435s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000872s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000505s ]
[ SQL ] select a.goods_id , a.prom_type ,a.goods_name,a.goods_num, a.real_price as g_real_price , a.unit_price as g_unit_price ,a.price as g_price , a.tail_price from ebx_order_goods as a
left join ebx_order_goods_physical_person as b on a.rec_id = b.rec_id
left join ebx_order_diary as c on c.id = '8' group by c.id [ RunTime:0.015112s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_meal` [ RunTime:0.017533s ]
[ SQL ] SELECT `thum` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.001681s ]
[ SQL ] SELECT `pic_data` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.012219s ]
[ SQL ] select a.* from ebx_order_diary as a where a.is_open = 1 AND a.id not in (8) AND a.physical_id in ( select id from ebx_order_goods_physical_person as bb where bb.hid = '62' ) order by a.create_date desc limit 5 [ RunTime:0.000487s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000316s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 6 LIMIT 1 [ RunTime:0.000430s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='6' order by b.weight asc [ RunTime:0.017507s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=6 order by a.weight asc [ RunTime:0.000612s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000305s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000296s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000295s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000297s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1344 LIMIT 1 [ RunTime:0.000284s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000384s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000349s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000307s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 5 LIMIT 1 [ RunTime:0.000405s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='6' order by b.weight asc [ RunTime:0.000951s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=6 order by a.weight asc [ RunTime:0.000420s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000324s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000334s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='5' order by b.weight asc [ RunTime:0.000865s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=5 order by a.weight asc [ RunTime:0.000457s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'learn_rank' [ RunTime:0.000294s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'company_auth' [ RunTime:0.000285s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000269s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000323s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1328 LIMIT 1 [ RunTime:0.000318s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000397s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000377s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000414s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000318s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ RunTime:0.000445s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='6' order by b.weight asc [ RunTime:0.000866s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=6 order by a.weight asc [ RunTime:0.000506s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000320s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000336s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='5' order by b.weight asc [ RunTime:0.000915s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=5 order by a.weight asc [ RunTime:0.000451s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'learn_rank' [ RunTime:0.000329s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'company_auth' [ RunTime:0.000287s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='8' order by b.weight asc [ RunTime:0.000829s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=8 order by a.weight asc [ RunTime:0.000444s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.000309s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000319s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000258s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000282s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1332 LIMIT 1 [ RunTime:0.000321s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000400s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000414s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000389s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000369s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000296s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 6 LIMIT 1 [ RunTime:0.000406s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='6' order by b.weight asc [ RunTime:0.000885s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=6 order by a.weight asc [ RunTime:0.000462s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000323s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000279s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='5' order by b.weight asc [ RunTime:0.000862s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=5 order by a.weight asc [ RunTime:0.000438s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'learn_rank' [ RunTime:0.000299s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'company_auth' [ RunTime:0.000301s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='8' order by b.weight asc [ RunTime:0.000849s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=8 order by a.weight asc [ RunTime:0.000464s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.000339s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000294s ]
[ SQL ] select a.hid,b.* from ebx_expert_hospital as a left join ebx_hospital as b on a.hid=b.hid where a.eid='6' order by b.weight asc [ RunTime:0.000784s ]
[ SQL ] select b.* 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='expert_mytag' and b.type='expert_mytag' and b.hid=6 order by a.weight asc [ RunTime:0.000451s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000291s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000307s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000297s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000253s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1340 LIMIT 1 [ RunTime:0.000293s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000333s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000371s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000413s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000409s ]
[ 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=62 order by htc.weight asc [ RunTime:0.000491s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000258s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000289s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000264s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000319s ]
[ SQL ] UPDATE `ebx_order_diary` SET `view_num`=`view_num`+1 WHERE `id` = 8 [ RunTime:0.004498s ]
发表评论
{{count}}条回复
{{item.newMobile}} {{item.create_date}}
{{item.content}}