| 
					
				 | 
			
			
				@ -1634,6 +1634,7 @@ public class EmergencyAssistanceService extends BaseJpaService<EmergencyAssistan 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        Map<String, Object> startMap = maps.get(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String createTime = startMap.get("createTime")+""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        start.put("createTime",createTime); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        start.put("status",startMap.get("status")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        start.put("photo",startMap.get("photo")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        start.put("serveDesc",startMap.get("serveDesc")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        jsonObject.put("start",start); 
			 |