浏览代码

病案首页页面模板添加

rengb 5 年之前
父节点
当前提交
59acad4d1c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      trans/src/main/java/com/lantone/qc/trans/changx/ChangxFirstPageRecordDocTrans.java

+ 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;
     }