|  | @ -1289,6 +1289,9 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa
 | 
	
		
			
				|  |  |             if (StringUtils.isNotBlank(safe_area)){
 | 
	
		
			
				|  |  |                 patientDevice.setSafeAreaGz(safe_area);
 | 
	
		
			
				|  |  |                 patientDeviceDao.save(patientDevice);
 | 
	
		
			
				|  |  |                 com.alibaba.fastjson.JSONObject object = new com.alibaba.fastjson.JSONObject();
 | 
	
		
			
				|  |  |                 object.put("success",true);
 | 
	
		
			
				|  |  |                 return object;
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  | 
 |