Commit 735abf2753c1fbb3f1833e478d25fa4a671354d2

Authored by liquanyu
1 parent 0d1e459766

服务同步

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 735abf2
... ... @@ -3861,14 +3861,14 @@
3861 3861 Organization organization = organizationService.getOrganization(Integer.parseInt(data.getFmHospital()));
3862 3862 if (organization != null && organization.getYn() == YnEnums.YES.getId()) {
3863 3863 fmHospital = organization.getName();
3864   - cityId = organization.getAreaId();
  3864 + cityId = organization.getCityId();
3865 3865 }
3866 3866 } else {
3867 3867 fmHospital = data.getFmHospital();
3868 3868 }
3869 3869 }
3870 3870  
3871   - //出生地点()
  3871 + //出生地点()
3872 3872 map.put("bornAddress", CommonsHelper.getName1(cityId,basicConfigService));
3873 3873  
3874 3874 //分娩医院