| 
					
				 | 
			
			
				@ -737,8 +737,16 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "photo", value = "头像") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "photo", required = false)String photo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "mobile", value = "手机号") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "mobile", required = false)String mobile){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return success(prescriptionService.updatePatientInfo(patient,name,idcard,ssc,sex,town,townName,committeeCode,committeeName,address,photo,mobile)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "mobile", required = false)String mobile, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "province", value = "所在省code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "province", required = false)String province, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "provinceName", value = "所在省名称") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "provinceName", required = false)String provinceName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "city", value = "市code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "city", required = false)String city, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                      @ApiParam(name = "cityName", value = "市名称") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                          @RequestParam(value = "cityName", required = false)String cityName){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return success(prescriptionService.updatePatientInfo(patient,name,idcard,ssc,sex,town,townName,committeeCode,committeeName,address,photo,mobile,province,provinceName,city,cityName)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 |