Commit 2b8c4ea6dc7ffe9f25fb578b29c4ec0c03f3a782
1 parent
3bb56d822a
Exists in
master
and in
6 other branches
区划码修改
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
2b8c4ea
... | ... | @@ -910,6 +910,10 @@ |
910 | 910 | if(StringUtils.isNotEmpty(patients.getHareaId())){ |
911 | 911 | hareaName=CommonsHelper.getName1(patients.getHareaId(), basicConfigService); |
912 | 912 | } |
913 | + else if (StringUtils.isNotEmpty(patients.getAreaRegisterId())) | |
914 | + { | |
915 | + hareaName=CommonsHelper.getName1(patients.getAreaRegisterId(), basicConfigService); | |
916 | + } | |
913 | 917 | map.put("father_now_address_id", organizationService.getAreaCode(hareaName)); |
914 | 918 | //丈夫现住址详情 |
915 | 919 | String father_now_address=null; |