gaodm hace 5 años
padre
commit
1502c9cfa2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/diagbot/dto/LevelStatisticsTZDTO.java

+ 1 - 1
src/main/java/com/diagbot/dto/LevelStatisticsTZDTO.java

@@ -19,6 +19,6 @@ public class LevelStatisticsTZDTO extends LevelStatisticsDTO{
     /**
      * 上级科室名称
      */
-    @Excel(name = "科室系统",width = 20, orderNum = "1")
+    @Excel(name = "科室系统",width = 20, orderNum = "1",replace = { "内科系统_内科", "外科系统_外科" })
     private String deptClass;
 }