| 
					
				 | 
			
			
				@ -413,7 +413,8 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						consult.setImages(images); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						// 设置咨询语音URL 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						consult.setVoice(voice); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						consult.setDoctor(doctor); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						consult.setPatient(patient); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						// 保存到数据库 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//		int res = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//		JSONArray dts = null; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -441,7 +442,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									data.put("question",symptoms); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									data.put("type",type); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									String msg= ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								/*	prescriptionService.sendWxTemplateMsg(wxId,"",consult,type+"","payRemind","");*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									/*prescriptionService.sendWxTemplateMsg(wxId,"",consult,type+"","payRemind","");*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									prescriptionService.saveInquirySystemMessage(null,consult); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									data.put("msg",msg); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									systemMessageDO.setData(data.toString()); 
			 |