Browse Source

bug修复

gaodm 6 years ago
parent
commit
37ea889d34

+ 1 - 1
icssman-service/src/main/java/com/diagbot/enums/IntroducePositionEnum.java

@@ -14,7 +14,7 @@ public enum IntroducePositionEnum implements KeyedNamed {
     CommonTreatment(3, "一般治疗展示"),
     SurgeryTreatment(4, "手术治疗展示"),
     Drug(5, "药品说明书"),
-    Indication(6, "指标说明");
+    Indication(6, "不良反应");
 
     @Setter
     private Integer key;