StringmetricInfoSql="select ei.equipment_name , t.metric_express1 'gzExpress' , t.metric_express2 'yxExpress' ,t.metric_express3 'tzExpress' from sys_monitor_metric_info t ";
metricInfoSql+=" left join equipment_info ei on ei.id = t.equipment_code ";
metricInfoSql+=" where t.metric_type = 1 and t.depart_id = '"+departId+"' and t.equipment_code > 0 ";
metricInfoSql+=" where t.metric_type = 1 and t.depart_id = '"+departId+"' and t.equipment_code > 0 and ei.equipment_level = '6bf727eb7e7cca6a95c694dab0036b2c'";