Commit 1d2595f9e06a406536b77ddddf04df2a9577ff6b
1 parent
c968e0f165
Exists in
master
and in
2 other branches
民生工程
Showing 1 changed file with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
1d2595f
... | ... | @@ -1462,7 +1462,11 @@ |
1462 | 1462 | if(StringUtils.isNotEmpty(areaId)){ |
1463 | 1463 | jddqhdm=CommonsHelper.getName1(areaId, basicConfigService); |
1464 | 1464 | } |
1465 | - map.put("jddqhdm", organizationService.getAreaCode(jddqhdm)); | |
1465 | + if ("承德市妇幼保健院".equals(hospital_name)){ | |
1466 | + map.put("jddqhdm", "130871"); | |
1467 | + } else { | |
1468 | + map.put("jddqhdm", organizationService.getAreaCode(jddqhdm)); | |
1469 | + } | |
1466 | 1470 | return map; |
1467 | 1471 | } catch (Exception e) { |
1468 | 1472 | e.printStackTrace(); |