Commit 935de92b563e8eab2aa8123e795c6601f7efbde6
1 parent
c449d25cde
Exists in
master
and in
6 other branches
儿童疾病
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java
View file @
935de92
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 | XYTX(42,"血压测量提醒",21,"1"), |
57 | 57 | NOSERVICE(43,"无服务",18,"0,1,2,3,4"), |
58 | 58 | CHWJTX(44,"产后问卷提醒",4,"3"), |
59 | - ETJBTX(15,"儿保疾病提醒",14,"2"); | |
59 | + ETJBTX(45,"儿保疾病提醒",14,"2"); | |
60 | 60 | |
61 | 61 | private SmsServiceEnums(int id,String name,int pid,String serviceObj){ |
62 | 62 | this.id = id; |