[ DB ] CONNECT:[ UseTime:0.025576s ] 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.000728s ]
[ 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.014127s ]
[ 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.000938s ]
[ 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.000912s ]
[ SQL ] SHOW COLUMNS FROM `ebx_article_unique_tags` [ RunTime:0.007179s ]
[ SQL ] SELECT * FROM `ebx_article_unique_tags` ORDER BY create_date desc LIMIT 0,20 [ RunTime:0.000420s ]
[ SQL ] SHOW COLUMNS FROM `ebx_common_cart` [ RunTime:0.000846s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `ebx_common_cart` WHERE `session_id` = 'ntutl584rjv9dh08f765gsb5o3' LIMIT 1 [ RunTime:0.000269s ]
[ 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.000901s ]
[ SQL ] SHOW COLUMNS FROM `ebx_search_keywords` [ RunTime:0.009933s ]
[ 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.002916s ]
[ SQL ] select * from ebx_project_type as a where is_show = 1 and kind = 1 order by a.sort_order asc [ RunTime:0.007585s ]
[ SQL ] SHOW COLUMNS FROM `ebx_users` [ RunTime:0.020858s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 0 LIMIT 1 [ RunTime:0.002389s ]
[ SQL ] SHOW COLUMNS FROM `ebx_order_diary` [ RunTime:0.002148s ]
[ SQL ] SELECT * FROM `ebx_order_diary` WHERE `id` = 8 LIMIT 1 [ RunTime:0.002858s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.013114s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert` [ RunTime:0.007332s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 9 LIMIT 1 [ RunTime:0.003210s ]
[ 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.000851s ]
[ 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.003028s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_tags` [ RunTime:0.002490s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 9 AND `type` = 'learn_rank' [ RunTime:0.000287s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 9 AND `type` = 'company_auth' [ RunTime:0.000298s ]
[ SQL ] SHOW COLUMNS FROM `ebx_project_type` [ RunTime:0.002496s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000336s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.002519s ]
[ SQL ] SHOW COLUMNS FROM `ebx_order_goods_physical_person` [ RunTime:0.004669s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1335 LIMIT 1 [ RunTime:0.000310s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.001009s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000408s ]
[ 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.007775s ]
[ 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.002074s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_meal` [ RunTime:0.000848s ]
[ SQL ] SELECT `thum` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.000208s ]
[ SQL ] SELECT `pic_data` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.000202s ]
[ 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.000443s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000359s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 6 LIMIT 1 [ RunTime:0.000404s ]
[ 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.000889s ]
[ 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.000826s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000851s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000272s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000299s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.004220s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1344 LIMIT 1 [ RunTime:0.000435s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.007936s ]
[ 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.000602s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.004963s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 5 LIMIT 1 [ RunTime:0.000426s ]
[ 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.004397s ]
[ 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.000729s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.002616s ]
[ 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.000947s ]
[ 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.001320s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'learn_rank' [ RunTime:0.001551s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'company_auth' [ RunTime:0.000282s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.008227s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000389s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1328 LIMIT 1 [ RunTime:0.000902s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000508s ]
[ 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.001147s ]
[ 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.000561s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000457s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ RunTime:0.000531s ]
[ 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.000987s ]
[ 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.000779s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.001117s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.001528s ]
[ 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.001175s ]
[ 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.002497s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'learn_rank' [ RunTime:0.003960s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 5 AND `type` = 'company_auth' [ RunTime:0.000282s ]
[ 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.000820s ]
[ 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.005124s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.005004s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000300s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000351s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000456s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1332 LIMIT 1 [ RunTime:0.000569s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.008356s ]
[ 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.002930s ]
[ 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.003315s ]
[ 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.003800s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000276s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 6 LIMIT 1 [ RunTime:0.000462s ]
[ 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.015159s ]
[ 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.004217s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000304s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000263s ]
[ 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.000939s ]
[ 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.000481s ]
[ 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.000299s ]
[ 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.000957s ]
[ 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.000589s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.000297s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000282s ]
[ 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.000909s ]
[ 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.000534s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'learn_rank' [ RunTime:0.000388s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 6 AND `type` = 'company_auth' [ RunTime:0.000359s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000263s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000358s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1340 LIMIT 1 [ RunTime:0.000485s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000458s ]
[ 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 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.000381s ]
[ 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.000410s ]
[ 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.000366s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000273s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000300s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000302s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000306s ]
[ SQL ] UPDATE `ebx_order_diary` SET `view_num`=`view_num`+1 WHERE `id` = 8 [ RunTime:0.011853s ]
发表评论
{{count}}条回复
{{item.newMobile}} {{item.create_date}}
{{item.content}}