|  |  | @ -247,7 +247,7 @@ public class DcDeviceController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |             JSONObject formatValue = JSON.parseObject(jsonObject.get("formatValue").toString()); | 
			
		
	
		
			
				
					|  |  |  |             map.put("1", formatValue.get("1")); | 
			
		
	
		
			
				
					|  |  |  |             map.put("3", formatValue.get("3")); | 
			
		
	
		
			
				
					|  |  |  |             map.put("timestamp", jsonObject.get("equipmentReportingTime")); | 
			
		
	
		
			
				
					|  |  |  |             map.put("timestamp", formatValue.get("equipmentReportingTime")); | 
			
		
	
		
			
				
					|  |  |  |             list.add(map); | 
			
		
	
		
			
				
					|  |  |  |         }); | 
			
		
	
		
			
				
					|  |  |  |         return AjaxResult.success(list); | 
			
		
	
	
		
			
				
					|  |  | 
 |