Commit 87547879c0f0e014382a2ebb7edfb28cdad84688

Authored by jiangjiazhi
1 parent b9dd8df3d0

座机号 替换的问题

Showing 1 changed file with 6 additions and 5 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 8754787
... ... @@ -1392,11 +1392,12 @@
1392 1392 patientResult.setPregnantName(result.getPregnantName());
1393 1393 patientResult.setPregnantPhone(result.getPregnantPhone());
1394 1394 patientResult.setPregnantAge(DateUtil.getAge(p.getBirth()) + "");
1395   - patientResult.setPregnantLiveAddr(result.getPregnantLiveAddr());
1396   - patientResult.setPregnantLiveProvinceId(result.getPregnantLiveProvinceId());
1397   - patientResult.setPregnantLiveCityId(result.getPregnantLiveCityId());
1398   - patientResult.setPregnantLiveAreaId(result.getPregnantLiveAreaId());
1399   - patientResult.setPregnantLiveStreetId(result.getPregnantLiveStreetId());
  1395 +
  1396 + patientResult.setPregnantLiveAddr(p.getAddressRegister());
  1397 + patientResult.setPregnantLiveProvinceId(p.getProvinceRegisterId());
  1398 + patientResult.setPregnantLiveCityId(p.getCityRegisterId());
  1399 + patientResult.setPregnantLiveAreaId(p.getAreaRegisterId());
  1400 + patientResult.setPregnantLiveStreetId(p.getStreetRegisterId());
1400 1401  
1401 1402  
1402 1403 patientResult.setPregnantLiveProvince(getBasicConfig(result.getPregnantLiveProvinceId()));