Commit 882ce174ea10a21f56c4fca8512cf895ac922157

Authored by litao@lymsh.com
1 parent d38df26c56

改字段

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 882ce17
... ... @@ -2137,6 +2137,7 @@
2137 2137 while (iterator.hasNext()) {
2138 2138 Map.Entry<String, List<String>> map = iterator.next();
2139 2139 restTreatmentOpinion2.put(map.getKey(), mongoUtil.findPlatValueList3(map.getValue()));
  2140 +
2140 2141 }
2141 2142 }
2142 2143 antenatalExaminationResult.setTreatmentOpinion2(restTreatmentOpinion2);