| 
					
				 | 
			
			
				@ -592,9 +592,11 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       @ApiParam(name = "sex", value = "性别") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           @RequestParam(value = "sex", required = false)Integer sex, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       @ApiParam(name = "learning", value = "学术背景") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           @RequestParam(value = "learning", required = false)String learning){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           @RequestParam(value = "learning", required = false)String learning, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       @ApiParam(name = "introduce", value = "简介") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           @RequestParam(value = "introduce", required = false)String introduce){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return success(prescriptionService.updateDoctorInfo(id, img,background,expertise, visitHospital, visitHospitalName, visitDept, visitDeptName, backgroundId,name,sex,learning)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return success(prescriptionService.updateDoctorInfo(id, img,background,expertise, visitHospital, visitHospitalName, visitDept, visitDeptName, backgroundId,name,sex,learning,introduce)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } catch (Exception e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            e.printStackTrace(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return ObjEnvelop.getError(e.getMessage()); 
			 |