Commit 8378748fe55cabfd0accaa27ed052bdedcb3b51a

Authored by liquanyu
1 parent d06bb67413

儿童保健

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ 8378748
... ... @@ -1744,10 +1744,10 @@
1744 1744 cmodel.distOldTcType(models.get(0));
1745 1745 checkRecord.put("tcType", cmodel.getTcType().toString());
1746 1746  
1747   - checkRecord.put("hospitalId", models.get(0).getHospitalId());
  1747 + checkRecord.put("hospitalId", cmodel.getHospitalId());
1748 1748  
1749 1749 //查询建档医院
1750   - Organization org = organizationService.getOrganization(Integer.valueOf(models.get(0).getHospitalId()));
  1750 + Organization org = organizationService.getOrganization(Integer.valueOf(cmodel.getHospitalId()));
1751 1751 if (org != null) {
1752 1752 checkRecord.put("hospitalName", org.getName());
1753 1753 } else {