|  | @ -460,14 +460,14 @@ public class SecurityMonitoringOrderService extends BaseJpaService<SecurityMonit
 | 
	
		
			
				|  |  |                 if (StringUtils.isBlank(doc.getDoctorLat()) || StringUtils.isBlank(doc.getDoctorLon())) {
 | 
	
		
			
				|  |  |                     continue;
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |                 double distanceTmp = countDistance.getDistance(Double.parseDouble(orderDO.getServeLat()),Double.parseDouble(orderDO.getServeLon()),Double.parseDouble(doc.getDoctorLat()),Double.parseDouble(doc.getDoctorLon()));
 | 
	
		
			
				|  |  |                 //double distanceTmp = countDistance.getDistance(Double.parseDouble(orderDO.getServeLat()),Double.parseDouble(orderDO.getServeLon()),Double.parseDouble(doc.getDoctorLat()),Double.parseDouble(doc.getDoctorLon()));
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj = new JSONObject();
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("doctor",doc.getId());
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("doctorName",doc.getName());
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("doctorAddress",doc.getDoctorLocateAddress());
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("doctorLon",doc.getDoctorLon());
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("doctorLat",doc.getDoctorLat());
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("distance",distanceTmp);//两点距离
 | 
	
		
			
				|  |  |                 otherDoctorDistanceObj.put("distance",null);//两点距离
 | 
	
		
			
				|  |  |                 otherDoctorDistance.add(otherDoctorDistanceObj);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             emergencyOrderVO.setOtherDoctorDistance(otherDoctorDistance.toJSONString());
 |