[ DB ] CONNECT:[ UseTime:0.000270s ] mysql:host=localhost;port=3306;dbname=test_92ya_com;charset=utf8
[ 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 a.city = '220' order by a.add_time desc limit 20 [ RunTime:0.000464s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert_case` [ RunTime:0.000998s ]
[ SQL ] SELECT * FROM `ebx_expert_case` WHERE `ecid` = 2 LIMIT 1 [ RunTime:0.000357s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert` [ RunTime:0.000970s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 11 LIMIT 1 [ RunTime:0.000329s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.000890s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000293s ]
[ SQL ] SHOW COLUMNS FROM `ebx_region` [ RunTime:0.000721s ]
[ SQL ] SELECT * FROM `ebx_region` WHERE `id` = 2337 LIMIT 1 [ RunTime:0.000209s ]
[ SQL ] SELECT * FROM `ebx_region` WHERE `id` = 8753 LIMIT 1 [ RunTime:0.000210s ]
[ SQL ] SHOW COLUMNS FROM `ebx_project_type` [ RunTime:0.000729s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 96 LIMIT 1 [ RunTime:0.000220s ]
[ SQL ] UPDATE `ebx_expert_case` SET `click`=`click`+1 WHERE `ecid` = 2 [ RunTime:0.000264s ]
[ SQL ] SELECT `cat_id`,`cat_name`,`parent_id` FROM `ebx_project_type` WHERE `is_show` = 1 ORDER BY parent_id asc [ RunTime:0.000262s ]
[ 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.pt_cat_id in (96) AND a.ecid != 2 [ RunTime:0.001542s ]
[ 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.pt_cat_id in (96) AND a.ecid != 2 ORDER BY a.publish_time desc LIMIT 0,5 [ RunTime:0.000441s ]