[ DB ] CONNECT:[ UseTime:0.000273s ] mysql:host=localhost;port=3306;dbname=test_92ya_com;charset=utf8
[ SQL ] SHOW COLUMNS FROM `ebx_config` [ RunTime:0.000875s ]
[ SQL ] SELECT * FROM `ebx_config` [ RunTime:0.000266s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert` [ RunTime:0.001072s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ RunTime:0.000348s ]
[ 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.000845s ]
[ 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.000452s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_tags` [ RunTime:0.000701s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.000268s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000251s ]
[ SQL ] select a.tid , b.name , b.w_price, b.y_price , b.thum ,b.cat_top_id , b.cat_two_id , c.name as h_name , c.yuyue_num , b.yuyue_count ,b.virtual_sell ,b.pic_data from ebx_hospital_meal_expert as a
left join ebx_hospital_meal as b on a.tid = b.tid left join ebx_hospital as c on c.hid = b.hid
where a.eid = '8' AND b.status = 1 and b.is_upper = 1 order by b.weight asc , b.add_time desc LIMIT 0,100 [ RunTime:0.000671s ]
[ SQL ] select count(*) as c from ebx_hospital_meal_expert as a
left join ebx_hospital_meal as b on a.tid = b.tid left join ebx_hospital as c on c.hid = b.hid
where a.eid = '8' AND b.status = 1 and b.is_upper = 1 [ RunTime:0.000315s ]
[ SQL ] select * from ebx_order_diary as a where 1 = 1 AND a.is_open = 1 and a.auth_status = 1 AND a.eid = '8' order by a.create_date desc limit 0,10 [ RunTime:0.000307s ]
[ SQL ] select count(*) as c from ebx_order_diary as a where 1 = 1 AND a.is_open = 1 and a.auth_status = 1 AND a.eid = '8' [ RunTime:0.000198s ]
[ SQL ] SHOW COLUMNS FROM `ebx_users` [ RunTime:0.000836s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000247s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ RunTime:0.000329s ]
[ 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.000757s ]
[ 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.000372s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'learn_rank' [ RunTime:0.000255s ]
[ SQL ] SELECT * FROM `ebx_hospital_tags` WHERE `hid` = 8 AND `type` = 'company_auth' [ RunTime:0.000241s ]
[ SQL ] SHOW COLUMNS FROM `ebx_project_type` [ RunTime:0.000782s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 68 LIMIT 1 [ RunTime:0.000241s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 71 LIMIT 1 [ RunTime:0.000218s ]
[ SQL ] SHOW COLUMNS FROM `ebx_order_goods_physical_person` [ RunTime:0.000801s ]
[ SQL ] SELECT * FROM `ebx_order_goods_physical_person` WHERE `id` = 1332 LIMIT 1 [ RunTime:0.000234s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.000886s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000284s ]
[ 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.000350s ]
[ 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 = '9' group by c.id [ RunTime:0.000903s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital_meal` [ RunTime:0.000844s ]
[ SQL ] SELECT `thum` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.000183s ]
[ SQL ] SELECT `pic_data` FROM `ebx_hospital_meal` WHERE `tid` = 70 LIMIT 1 [ RunTime:0.000177s ]
[ SQL ] select * from ebx_order_diary_comment as a where a.d_id = '9' and is_show = 1 and pid = 0 order by create_date desc limit 3 [ RunTime:0.000400s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 54 LIMIT 1 [ RunTime:0.000222s ]
[ SQL ] select a.* , b.physical_id , c.t_yuyue_date from ebx_order_diary_info as a
left join ebx_order_diary as b on a.d_id = b.id
left join ebx_order_goods_physical_person as c on c.id = b.physical_id where 1 = 1 and a.d_id = '9' order by a.create_date desc limit 0,100 [ RunTime:0.000413s ]
[ SQL ] select count(*) as c from ebx_order_diary_info as a
left join ebx_order_diary as b on a.d_id = b.id
left join ebx_order_goods_physical_person as c on c.id = b.physical_id
where 1 = 1 and a.d_id = '9' [ RunTime:0.000214s ]
[ SQL ] SELECT * FROM `ebx_users` WHERE `user_id` = 52 LIMIT 1 [ RunTime:0.000227s ]
[ 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.eid = 8 [ RunTime:0.000246s ]
[ 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.eid = 8 ORDER BY a.publish_time desc LIMIT 0,5 [ RunTime:0.000298s ]
[ SQL ] select count(*) as c from ebx_kepu as a left join ebx_expert as e on a.eid=e.eid where a.is_open = 1 AND a.kepu_type = 1 AND a.eid = 8 [ RunTime:0.000247s ]
[ SQL ] select a.*, e.`eid` AS `exp__eid`, e.`name` AS `exp__name`, e.`pic` AS `exp__pic`, e.`title` AS `exp__title`, e.`description` As `exp__description`, e.`weight` AS `exp__weight`, e.`status` AS `exp__status`, e.`add_time` AS `exp__add_time`, e.`is_show` AS `exp__is_show`, e.`number` AS `exp__number`, e.`zizhi_pic` AS `exp__zizhi_pic`, e.`rongyu_pic` AS `exp__rongyu_pic`, e.`edit_time` AS `exp__edit_time`, e.`worker_year` AS `exp__worker_year`, e.`diary_count` AS `exp__diary_count` from ebx_kepu as a left join ebx_expert as e on a.eid=e.eid where a.is_open = 1 AND a.kepu_type = 1 AND a.eid = 8 ORDER BY a.publish_time desc LIMIT 0,10 [ RunTime:0.000343s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ 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.000747s ]
[ SQL ] select a.cat_id,b.cat_name from ebx_expert_project_type as a left join ebx_project_type as b on a.cat_id=b.cat_id where a.eid='8' order by b.sort_order asc [ RunTime:0.000276s ]
[ SQL ] select a.*,b.tag_id,b.letter from ebx_kepu_tags as a left join ebx_article_unique_tags as b on a.tag=b.tag where a.kepu_id=30 [ RunTime:0.000217s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 8 LIMIT 1 [ 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.000700s ]
[ SQL ] select a.cat_id,b.cat_name from ebx_expert_project_type as a left join ebx_project_type as b on a.cat_id=b.cat_id where a.eid='8' order by b.sort_order asc [ RunTime:0.000256s ]
[ SQL ] select a.*,b.tag_id,b.letter from ebx_kepu_tags as a left join ebx_article_unique_tags as b on a.tag=b.tag where a.kepu_id=16 [ RunTime:0.000230s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert_edu` [ RunTime:0.000735s ]
[ SQL ] SELECT * FROM `ebx_expert_edu` WHERE `eid` = 8 AND `is_delete` = 2 ORDER BY weight desc [ RunTime:0.000230s ]
[ SQL ] select a.name as pyname,b.pyid,b.id,b.price,b.max_price from ebx_project_yuyue as a left join ebx_expert_project_yuyue as b on a.id=b.pyid where eid = 8 and a.is_show = 1 and b.is_show = 1 [ RunTime:0.000286s ]