Commit 17992341fca262e74fcf7e4acda15788dbc13d33
1 parent
32bc6747ab
Exists in
master
and in
6 other branches
去掉详细地址
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
1799234
... | ... | @@ -2962,7 +2962,7 @@ |
2962 | 2962 | if (organization != null && organization.getYn() == YnEnums.YES.getId()) { |
2963 | 2963 | fmHospital = organization.getName(); |
2964 | 2964 | addressPrefix = CommonsHelper.getResidence(organization.getProvinceId(), organization.getCityId(), |
2965 | - organization.getAreaId(), organization.getStreetId(), organization.getAddress(), basicConfigService); | |
2965 | + organization.getAreaId(), organization.getStreetId(), null, basicConfigService); | |
2966 | 2966 | } |
2967 | 2967 | } else { |
2968 | 2968 | fmHospital = data.getFmHospital(); |