| 
					
				 | 
			
			
				@ -163,12 +163,15 @@ public class GuahaoXMService implements IGuahaoService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String used = e.attributeValue("used"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            // 1正常、2满号、3已过期 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String status = e.attributeValue("status"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            // 诊查费 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String fee = e.attributeValue("fee"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            Map<String, Object> map = new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("date", date); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("time", time); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("max", max); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("used", used); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("status", status); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            map.put("fee", fee); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            // 排班信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            List<?> sections = e.elements(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            List<Map<String, String>> arrangeList = new ArrayList<>(); 
			 |