Commit c265c69b5378fa65834b65dcf77a7ebb6279ec2e

Authored by jiangjiazhi
1 parent c1eea41855

座机号 替换的问题

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java View file @ c265c69
... ... @@ -202,7 +202,7 @@
202 202 updatePatient(patients);
203 203 PersonModelQuery personYunModelQuery = new PersonModelQuery();
204 204 personYunModelQuery.setYn(YnEnums.YES.getId());
205   - personYunModelQuery.setId(patients.getId());
  205 + personYunModelQuery.setId(patients.getPid());
206 206 list = personService.queryPersons(personYunModelQuery);
207 207 if (CollectionUtils.isNotEmpty(list)) {
208 208 PersonModel pm = list.get(0);