Commit 2b430be44ecd1d69961012b2cc6d1df36edc05bd
1 parent
d5ab55a5f1
Exists in
master
and in
1 other branch
产妇居住地街道
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java
View file @
2b430be
| ... | ... | @@ -102,7 +102,7 @@ |
| 102 | 102 | chanResult.setFirstBH(""); |
| 103 | 103 | } |
| 104 | 104 | //乡镇/街道 |
| 105 | - chanResult.setStreet(CommonsHelper.getName1(patients.getStreetId(),basicConfigService)); | |
| 105 | + chanResult.setStreet(CommonsHelper.getName1(patients.getStreetRegisterId(),basicConfigService)); | |
| 106 | 106 | MatDeliverQuery matDeliverQuery = new MatDeliverQuery(); |
| 107 | 107 | matDeliverQuery.setPid(patients.getPid()); |
| 108 | 108 | matDeliverQuery.setCreatedStart(patients.getLastMenses()); |