| 
					
				 | 
			
			
				@ -138,9 +138,11 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@ApiParam(name = "page", value = "第几页") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@RequestParam(value = "page",required = false) int page, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@ApiParam(name = "pagesize", value = "分页大小") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@RequestParam(value = "pagesize",required = false) int pagesize 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@RequestParam(value = "pagesize",required = false) int pagesize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@ApiParam(name = "doctorName", value = "医生名字") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												@RequestParam(value = "doctorName",required = false) String doctorName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												)throws Exception{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						List<Map<String,Object>>  data = imService.findConsultRecordByPatient(patient, id,type, page,pagesize, title,status,payStatus); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						List<Map<String,Object>>  data = imService.findConsultRecordByPatient(patient, id,type, page,pagesize, title,status,payStatus,doctorName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						/*if (data != null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							for (ConsultVO consult : data) { 
			 |