|  | @ -388,7 +388,7 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  | 		if (data != null) {
 | 
	
		
			
				|  |  | 			for(Map<String,Object> consult :data){
 | 
	
		
			
				|  |  | 				//如果是协同门诊,多返回全科医生的详细信息
 | 
	
		
			
				|  |  | 				if(13 == Integer.parseInt((String)consult.get("type")) && StringUtils.isNoneBlank((String)consult.get("generalDoctor"))){
 | 
	
		
			
				|  |  | 				if(13 == Integer.parseInt(consult.get("type").toString()) && StringUtils.isNoneBlank((String)consult.get("generalDoctor"))){
 | 
	
		
			
				|  |  | 					BaseDoctorDO baseDoctorDO = baseDoctorDao.findById((String)consult.get("generalDoctor"));
 | 
	
		
			
				|  |  | 					consult.put("generalDoctorName", baseDoctorDO.getName());
 | 
	
		
			
				|  |  | 				}
 |