|
@@ -18,7 +18,7 @@ public class ChangxDoctorAdviceDocTrans extends ModelDocTrans {
|
|
|
@Override
|
|
|
public List<DoctorAdviceDoc> extract(MedrecVo medrecVo) {
|
|
|
List<DoctorAdviceDoc> retList = Lists.newArrayList();
|
|
|
- List<Map<String, String>> contents = (List) medrecVo.getContent();
|
|
|
+ List<Map<String, String>> contents = (List) medrecVo.getContent().get("content");
|
|
|
contents.forEach(content -> {
|
|
|
retList.add(getDoctorAdviceDoc(content));
|
|
|
});
|