Commit ca70a19a4db6f7a043d2448d51f690a902c9457c

Authored by landong2015
1 parent c963c5f7bb

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java View file @ ca70a19
... ... @@ -108,6 +108,7 @@
108 108 historyResult.setPremaritalUpHospital(org.getName());
109 109 historyResult.setHospitalId(data.getHospitalId());
110 110 }
  111 + historyList = new ArrayList<>();
111 112 historyList.add(historyResult);
112 113 }
113 114 }