|  | @ -288,7 +288,6 @@ public class BasePatientService<T, R extends CrudRepository> extends BaseJpaServ
 | 
	
		
			
				|  |  |             basePatientDO1.setCommitteeName(basePatientDO.getCommitteeName());
 | 
	
		
			
				|  |  |             basePatientDO1.setArchiveType(basePatientDO.getArchiveType());
 | 
	
		
			
				|  |  |             basePatientDO1.setAddress(basePatientDO.getAddress());
 | 
	
		
			
				|  |  |             basePatientDO1.setResidentialArea(basePatientDO.getResidentialArea());
 | 
	
		
			
				|  |  |             basePatientDO1.setPhoto(basePatientDO.getPhoto());
 | 
	
		
			
				|  |  |             basePatientDO1.setArchiveStatus(basePatientDO.getArchiveStatus());
 | 
	
		
			
				|  |  | 
 |