Commit 09969b2a804b4a15d89f2d62205693491c102ff0

Authored by litao@lymsh.com
1 parent cacded5fff

改字段

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 09969b2
... ... @@ -2200,7 +2200,7 @@
2200 2200 Iterator<Map.Entry<String, List<String>>> iterator = treatmentOpinion2.entrySet().iterator();
2201 2201 while (iterator.hasNext()) {
2202 2202 Map.Entry<String, List<String>> map = iterator.next();
2203   - restTreatmentOpinion2.put(map.getKey(), mongoUtil.findPlatValueList(map.getValue()));
  2203 + restTreatmentOpinion2.put(map.getKey(), mongoUtil.findPlatValueList2(map.getValue()));
2204 2204 }
2205 2205 }
2206 2206 antexChuResult.setTreatmentOpinion2(restTreatmentOpinion2);