Commit 8a2629b655753cf2c6acdc3fa22b119b16fca74c
1 parent
fc2c8186c8
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
8a2629b
... | ... | @@ -1015,9 +1015,9 @@ |
1015 | 1015 | |
1016 | 1016 | //建档地址的区划代码 |
1017 | 1017 | String jddqhdm=""; |
1018 | - String cityId = couponMapper.findCityId(patients.getHospitalId()); | |
1019 | - if(StringUtils.isNotEmpty(cityId)){ | |
1020 | - jddqhdm=CommonsHelper.getName1(cityId, basicConfigService); | |
1018 | + String areaId = couponMapper.findAreaId(patients.getHospitalId()); | |
1019 | + if(StringUtils.isNotEmpty(areaId)){ | |
1020 | + jddqhdm=CommonsHelper.getName1(areaId, basicConfigService); | |
1021 | 1021 | } |
1022 | 1022 | map.put("jddqhdm", organizationService.getAreaCode(jddqhdm)); |
1023 | 1023 | data.add(map); |