[ DB ] CONNECT:[ UseTime:0.000637s ] 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.000615s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert_case` [ RunTime:0.001335s ]
[ SQL ] SELECT * FROM `ebx_expert_case` WHERE `ecid` = 3 LIMIT 1 [ RunTime:0.000469s ]
[ SQL ] SHOW COLUMNS FROM `ebx_expert` [ RunTime:0.001273s ]
[ SQL ] SELECT * FROM `ebx_expert` WHERE `eid` = 11 LIMIT 1 [ RunTime:0.000431s ]
[ SQL ] SHOW COLUMNS FROM `ebx_hospital` [ RunTime:0.001183s ]
[ SQL ] SELECT * FROM `ebx_hospital` WHERE `hid` = 62 LIMIT 1 [ RunTime:0.000393s ]
[ SQL ] SHOW COLUMNS FROM `ebx_region` [ RunTime:0.000888s ]
[ SQL ] SELECT * FROM `ebx_region` WHERE `id` = 2337 LIMIT 1 [ RunTime:0.000250s ]
[ SQL ] SELECT * FROM `ebx_region` WHERE `id` = 8753 LIMIT 1 [ RunTime:0.000232s ]
[ SQL ] SHOW COLUMNS FROM `ebx_project_type` [ RunTime:0.007629s ]
[ SQL ] SELECT * FROM `ebx_project_type` WHERE `cat_id` = 89 LIMIT 1 [ RunTime:0.005407s ]
[ SQL ] UPDATE `ebx_expert_case` SET `click`=`click`+1 WHERE `ecid` = 3 [ RunTime:0.000378s ]
[ SQL ] SELECT `cat_id`,`cat_name`,`parent_id` FROM `ebx_project_type` WHERE `is_show` = 1 ORDER BY parent_id asc [ RunTime:0.000334s ]
[ 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 (89) AND a.ecid != 3 [ RunTime:0.000600s ]
[ 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 (89) AND a.ecid != 3 ORDER BY a.publish_time desc LIMIT 0,5 [ RunTime:0.004283s ]