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"),