Commit a95c28d5a360a458a5dfda734925b34fb81c4e42
1 parent
87547879c0
Exists in
master
and in
1 other branch
座机号 替换的问题
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
a95c28d
| ... | ... | @@ -1400,10 +1400,10 @@ |
| 1400 | 1400 | patientResult.setPregnantLiveStreetId(p.getStreetRegisterId()); |
| 1401 | 1401 | |
| 1402 | 1402 | |
| 1403 | - patientResult.setPregnantLiveProvince(getBasicConfig(result.getPregnantLiveProvinceId())); | |
| 1404 | - patientResult.setPregnantLiveCity(getBasicConfig(result.getPregnantLiveAreaId())); | |
| 1405 | - patientResult.setPregnantLiveArea(getBasicConfig(result.getPregnantLiveAreaId())); | |
| 1406 | - patientResult.setPregnantLiveStreet(getBasicConfig(result.getPregnantLiveStreetId())); | |
| 1403 | + patientResult.setPregnantLiveProvince(getBasicConfig(patientResult.getPregnantLiveProvinceId())); | |
| 1404 | + patientResult.setPregnantLiveCity(getBasicConfig(patientResult.getPregnantLiveCityId())); | |
| 1405 | + patientResult.setPregnantLiveArea(getBasicConfig(patientResult.getPregnantLiveAreaId())); | |
| 1406 | + patientResult.setPregnantLiveStreet(getBasicConfig(patientResult.getPregnantLiveStreetId())); | |
| 1407 | 1407 | patientResult.setHusbandName(result.getHusbandName()); |
| 1408 | 1408 | //丈夫证件号 |
| 1409 | 1409 | if(StringUtils.isNotEmpty(result.getHusbandCertificateNum()) &&result.getHusbandCertificateNum().length()==18){ |