Commit 1833628576d52c0d30b18faf9831268994f33780
1 parent
90161c4179
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/worker/MaterDeliverWorker.java
View file @
1833628
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 | |
116 | 116 | // 户籍地址 |
117 | 117 | if (initQuery.contains("registerAddress")) { |
118 | - childbirthManagerQueryModel.setAddress(CommonsHelper.getResidence(patients.getProvinceId(), patients.getCityId(), patients.getAreaId(), | |
118 | + childbirthManagerQueryModel.setPostAddress(CommonsHelper.getResidence(patients.getProvinceId(), patients.getCityId(), patients.getAreaId(), | |
119 | 119 | patients.getStreetId(), patients.getAddress(), basicConfigService)); |
120 | 120 | } |
121 | 121 |