Browse Source

诊断类型

zhoutg 6 years ago
parent
commit
e37b5b0e72
1 changed files with 2 additions and 2 deletions
  1. 2 2
      icss-service/src/main/java/com/diagbot/enums/DisTypeEnum.java

+ 2 - 2
icss-service/src/main/java/com/diagbot/enums/DisTypeEnum.java

@@ -10,8 +10,8 @@ import lombok.Setter;
  * @date 2018年11月21日 下午2:31:42
  */
 public enum DisTypeEnum implements KeyedNamed {
-    CHRONIC(0, "慢病"),
-    EMERGENCY(1, "急诊");
+    CHRONIC(1, "慢病"),
+    EMERGENCY(2, "急诊");
 
     @Setter
     private Integer key;