Browse Source

是否有出院31天内再住院计划字段报表导出

chengyao 4 years ago
parent
commit
97837c5833
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/com/diagbot/dto/ReBeHosDTO.java

+ 2 - 1
src/main/java/com/diagbot/dto/ReBeHosDTO.java

@@ -37,11 +37,12 @@ public class ReBeHosDTO {
     private Integer diffDays;
 
 
+    @Excel(name = "是否有出院31天内再住院计划", width = 30, needMerge = true,  orderNum = "5")
     private String lastAgainBehospitalPlan;//31天再入院计划(是/否)
 
     /**
      * 比较病历组
      */
-    @ExcelCollection(name = "", orderNum = "5")
+    @ExcelCollection(name = "", orderNum = "6")
     private List<ReBeHosDetailDTO> details;
 }