Commit d354abf3667057d137978a067ae3a7f5b75cc712

Authored by wtt
1 parent 7aea721ee5

update

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyPsychologistFacade.java View file @ d354abf
... ... @@ -255,7 +255,6 @@
255 255 if(StringUtils.isNotEmpty(babyPsychologistModel.getHospitalId())){
256 256 babyPsychologistResult.setHospitalName(CommonsHelper.getHospitalName(babyPsychologistModel.getHospitalId(), organizationService));
257 257 }
258   - babyPsychologistResult.setHospitalId(CommonsHelper.getHospitalName(babyPsychologistModel.getHospitalId(), organizationService));
259 258 br.setData(babyPsychologistResult);
260 259 br.setErrorcode(ErrorCodeConstants.SUCCESS);
261 260 br.setErrormsg("成功");