Commit d57b33b7481312241a799efaf984615514183944

Authored by yangfei
1 parent e98e59aa29

查询号bug修改

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ d57b33b
... ... @@ -449,8 +449,8 @@
449 449 map.put("age", DateUtil.getAge(patients.getBirth()));
450 450  
451 451 if (StringUtils.isNotEmpty(patients.getAddressRegister())) {
452   - map.put("addr", CommonsHelper.getResidence(patients.getProvincePostRestId(), patients.getCityPostRestId(),
453   - patients.getAreaPostRestId(), patients.getStreetPostRestId(), patients.getAddressRegister(), basicConfigService));
  452 + map.put("addr", CommonsHelper.getResidence(patients.getProvinceRegisterId(), patients.getCityRegisterId(),
  453 + patients.getAreaRegisterId(), patients.getStreetRegisterId(), patients.getAddressRegister(), basicConfigService));
454 454 }
455 455 if (patients.getHusbandName() != null) {
456 456 map.put("hName", patients.getHusbandName());