From 13ee96364a8ed7d92a7c1dd457ecab2516650204 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Mon, 12 Dec 2016 10:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E7=B1=BB=E5=9E=8B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/ServiceObjEnums.java | 2 +- .../src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceObjEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceObjEnums.java index 5ae0e7c..91889b1 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceObjEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceObjEnums.java @@ -12,7 +12,7 @@ import java.util.Map; public enum ServiceObjEnums { - ALLOBJ(0,"全部"),YUNOBJ(1,"孕妇"),BABYOBJ(2,"儿童"),CHANOBJ(3,"产妇"); + ALLOBJ(0,"全部"),YUNOBJ(1,"孕妇"),BABYOBJ(2,"儿童"),CHANOBJ(3,"产妇"),FUNV(4,"妇女"); ServiceObjEnums(int id,String name) { this.id = id; diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java index e5cfcef..079299a 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java @@ -28,7 +28,7 @@ public enum SmsServiceEnums { ETBJJCTZ(14,"儿童检查保健通知",4,""), EBCXTX(15,"儿保程序提醒",14,"2"), EBYYTX(16,"儿保预约提醒",14,"2"), - YSGXHZD(17,"医生个性化指导",0,"0,1,2,3"), + YSGXHZD(17,"医生个性化指导",0,"0,1,2,3,4"), GSFWTZ(18,"公司服务通知",0,""), FWKT(19,"服务提醒",18,"0,1,2,3"), YWTG(20,"业务推广",18,"0,1,2,3"), -- 1.8.3.1