|  | @ -1741,12 +1741,12 @@ public class MonitorPlatformService  {
 | 
	
		
			
				|  |  |                 Map<String, String> json = null;
 | 
	
		
			
				|  |  |                 if (map.get("address")!=null){
 | 
	
		
			
				|  |  |                     if (org.apache.commons.lang3.StringUtils.isNoneBlank(map.get("address").toString())) {
 | 
	
		
			
				|  |  |                         json = LatitudeUtils.getGeocoderLatitude(map.get("address").toString().replace("G.", "").replace("(糖友网)", "").replace("(高友网)", ""));
 | 
	
		
			
				|  |  |                         json = LatitudeUtils.getGeocoderLatitude(("福建省厦门市"+map.get("address").toString()).replace("G.", "").replace("(糖友网)", "").replace("(高友网)", ""));
 | 
	
		
			
				|  |  |                     }
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |                 if (json==null||map.get("address")==null){
 | 
	
		
			
				|  |  |                     if (map.get("hospital_name")!=null){
 | 
	
		
			
				|  |  |                         if (!org.apache.commons.lang3.StringUtils.isNoneBlank(map.get("hospital_name").toString())) {
 | 
	
		
			
				|  |  |                         if (org.apache.commons.lang3.StringUtils.isNoneBlank(map.get("hospital_name").toString())) {
 | 
	
		
			
				|  |  |                             json = LatitudeUtils.getGeocoderLatitude(("福建省厦门市"+map.get("hospital_name").toString()).replace("G.", "").replace("(糖友网)", "").replace("(高友网)", ""));
 | 
	
		
			
				|  |  |                         }
 | 
	
		
			
				|  |  |                     }
 |