Commit a0c35e1b2db863584fbeb4e6301e167da30d7566
1 parent
e27e992533
Exists in
master
and in
6 other branches
产检
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntExRecordWorker.java
View file @
a0c35e1
... | ... | @@ -158,6 +158,9 @@ |
158 | 158 | antExManagerResult.setAddress(CommonsHelper.getResidence(patients.getProvinceId(), patients.getCityId(), |
159 | 159 | patients.getAreaId(), patients.getStreetId(), patients.getAddress(), basicConfigService)); |
160 | 160 | |
161 | + | |
162 | + antExManagerResult.setAddr(CommonsHelper.getResidence(patients.getProvinceRegisterId(), patients.getCityRegisterId(), | |
163 | + patients.getAreaRegisterId(), patients.getStreetRegisterId(), patients.getAddressRegister(), basicConfigService)); | |
161 | 164 | antExManagerResult.setVcCardNo(patients.getVcCardNo()); |
162 | 165 | antExManagerResult.setCardNo(patients.getCardNo()); |
163 | 166 | antExManagerResult.setPhone(patients.getPhone()); |