Commit 05e09311a9f2cb2e9b2e0f5c209f65c011b2f5f9
1 parent
be33466818
Exists in
master
and in
6 other branches
遵化
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
05e0931
... | ... | @@ -1854,7 +1854,7 @@ |
1854 | 1854 | patient.setHusbandBirth(null); |
1855 | 1855 | if (StringUtils.isNotEmpty(yunRequest.getId())) |
1856 | 1856 | { |
1857 | - patientsService.updatePatientHusbandBirth(patient.getId(),null); | |
1857 | + patientsService.updatePatientHusbandBirth(yunRequest.getId(),null); | |
1858 | 1858 | } |
1859 | 1859 | } |
1860 | 1860 | else |