//String sql ="SELECT count(1), subString(web_data,1,16) FROM trace_app where web_data_type='1' and extra_info='com.picahealth.patient' and web_data like 'eduComId=%' group by subString(web_data,1,16)";
Stringsql="select doctor_id,web_data,view_path,class_name,pseudo_session,pseudo_id,action,created from trace_app where action='ACTION_WEB_ENTER' and view_path like '%healthNotice%' and web_data like '%eduComId%' order by created desc ";
Stringsql2="select doctor_id,web_data,view_path,class_name,pseudo_session,pseudo_id,action,created from trace_app where action='ACTION_WEB_ENTER' and view_path like '%messageTemp%' and web_data like '%eduComId%' order by created desc ";