|  | @ -1735,7 +1735,7 @@ public class ImService {
 | 
	
		
			
				|  |  | 	 * @return
 | 
	
		
			
				|  |  | 	 * @throws Exception
 | 
	
		
			
				|  |  | 	 */
 | 
	
		
			
				|  |  | 	public String sendOutPatientSuggestMsg(com.alibaba.fastjson.JSONObject jsonObject,String doctor,String doctorName,String outpatientId,String patient,String outpatientType) throws Exception {
 | 
	
		
			
				|  |  | 	public String sendOutPatientPayMsg(com.alibaba.fastjson.JSONObject jsonObject,String doctor,String doctorName,String outpatientId,String patient,String outpatientType) throws Exception {
 | 
	
		
			
				|  |  | 		if("1".equals(outpatientType)){
 | 
	
		
			
				|  |  | 			return imUtil.sendImMsg(doctor, doctorName, patient+"_"+outpatientId+"_9", "35",jsonObject.toString(),"1");
 | 
	
		
			
				|  |  | 		}else if("2".equals(outpatientType)){
 |