| 
					
				 | 
			
			
				@@ -274,7 +274,7 @@ public class DeviceDataServiceImpl implements DeviceDataService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(update.getValveStatus()!=null)meterData.setValveStatus(update.getValveStatus()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         meterData.setReceiveDate(measureDataDto.getReceiveDate()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        log.info("end updateDevice"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("end updateDevice meterData = {}",JSON.toJSONString(meterData)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return meterData; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |