Browse Source

病案首页页面模板添加

rengb 5 years ago
parent
commit
59acad4d1c

+ 1 - 0
trans/src/main/java/com/lantone/qc/trans/changx/ChangxFirstPageRecordDocTrans.java

@@ -49,6 +49,7 @@ public class ChangxFirstPageRecordDocTrans extends ModelDocTrans {
             }
             medrecVo.getContent().put("出院诊断", list.toString());
         }
+        medrecVo.getContent().put("mode_id", "210");
         firstPageRecordDoc.setPageData(medrecVo.getContent());
         return firstPageRecordDoc;
     }