|  | @ -1038,7 +1038,7 @@ public class MonitorPlatformController extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |     @RequestMapping(value = "getXeekParameters",method = {RequestMethod.POST,RequestMethod.GET})
 | 
	
		
			
				|  |  |     public ObjEnvelop getSportRecord(){
 | 
	
		
			
				|  |  |         try {
 | 
	
		
			
				|  |  |             String sql = "select value as code,name from xmiot.wlyy_iot_tz_dict where code='COPD_PARAMETER' and del=1";
 | 
	
		
			
				|  |  |             String sql = "select value as code,name1 name from xmiot.wlyy_iot_tz_dict where code='COPD_PARAMETER' and del=1";
 | 
	
		
			
				|  |  |             List<Map<String,Object>> result = jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |             return  ObjEnvelop.getSuccess("查询成功",result);
 | 
	
		
			
				|  |  |         }catch (Exception e){
 |