| 
					
				 | 
			
			
				@ -41,7 +41,7 @@ public class HealthDataService extends BaseService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if (status == 200){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                String xmlData = jsonObject.getString("data"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                if (!StringUtils.isEmpty(xmlData)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    String xmlJson = XMLUtil.xml2JSON(xmlData); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    String xmlJson = XMLUtil.xml2json(xmlData); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    result = new JSONObject(xmlJson); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 |