| 
															
																@ -179,6 +179,7 @@ public class BasePatientService<T, R extends CrudRepository> extends BaseJpaServ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                "\t'未知'\n" + 
															 | 
															
															 | 
															
																                "\t'未知'\n" + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                "END AS \"sex\",\n" + 
															 | 
															
															 | 
															
																                "END AS \"sex\",\n" + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                " mobile AS \"phone\",\n" + 
															 | 
															
															 | 
															
																                " mobile AS \"phone\",\n" + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                " ykt_id AS \"yktId\",\n" + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                " committee_name AS \"committeeName\",\n" + 
															 | 
															
															 | 
															
																                " committee_name AS \"committeeName\",\n" + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                " province_name AS \"provinceName\"," + 
															 | 
															
															 | 
															
																                " province_name AS \"provinceName\"," + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                " city_name AS \"cityName\", " + 
															 | 
															
															 | 
															
																                " city_name AS \"cityName\", " + 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -340,6 +341,9 @@ public class BasePatientService<T, R extends CrudRepository> extends BaseJpaServ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            basePatientDO1.setResidentialArea(basePatientDO.getResidentialArea()); 
															 | 
															
															 | 
															
																            basePatientDO1.setResidentialArea(basePatientDO.getResidentialArea()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            basePatientDO1.setCommitteeCode(basePatientDO.getCommitteeCode()); 
															 | 
															
															 | 
															
																            basePatientDO1.setCommitteeCode(basePatientDO.getCommitteeCode()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            basePatientDO1.setCommitteeName(basePatientDO.getCommitteeName()); 
															 | 
															
															 | 
															
																            basePatientDO1.setCommitteeName(basePatientDO.getCommitteeName()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            if(StringUtils.isNotBlank(basePatientDO.getYktId())){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                basePatientDO1.setYktId(basePatientDO.getYktId()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            // 保存修改的居民信息 
															 | 
															
															 | 
															
																            // 保存修改的居民信息 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            basePatientDao.save(basePatientDO1); 
															 | 
															
															 | 
															
																            basePatientDao.save(basePatientDO1); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 |