| 
					
				 | 
			
			
				@ -1017,7 +1017,7 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if ("4".equals(device.getCategoryCode()) || "7".equals(device.getCategoryCode())|| "16".equals(device.getCategoryCode())) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                devInfo.put("sosContactsDOS", contactsService.getPatientSosContacts(patient)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String content = "调阅智能手表详情页"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String content = "调阅"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            com.alibaba.fastjson.JSONObject devInfoObj = JSON.parseObject(JSON.toJSONString(devInfo, SerializerFeature.WriteMapNullValue)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            switch (device.getCategoryCode()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                case "1"://血压设备 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -1168,6 +1168,9 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    naturalGasRecord(patientDO.getIdcard(),devInfoObj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    content +="天然气使用监测"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                default: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    content +="智能设备"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            //记录日志 
			 |