|  | @ -363,8 +363,10 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |                     zd_str+=diagnosisDO.getName()+",";
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             zd_str = zd_str.substring(0,zd_str.length()-1);
 | 
	
		
			
				|  |  |             msgObj.put("zd",zd_str);
 | 
	
		
			
				|  |  |             msgObj.put("jl",jl_str);
 | 
	
		
			
				|  |  |             msgObj.put("outpatientid",outPatientId);
 | 
	
		
			
				|  |  |             WlyyOutpatientDO wlyyOutpatientDO = outpatientDao.findOne(outPatientId);
 | 
	
		
			
				|  |  |             String immsg = imService.pushHuiZhenMsg(msgObj,wlyyOutpatientDO.getDoctor(),wlyyOutpatientDO.getDoctorName(),outPatientId,wlyyOutpatientDO.getPatient(),wlyyOutpatientDO.getOutpatientType());
 | 
	
		
			
				|  |  |             System.out.println("发送诊断消息成功:"+immsg);
 |