diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java index cf15499..e455fc4 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java @@ -13,7 +13,7 @@ import java.util.Map; public enum SendDateEnums { - GL(0,"公历","0,1,2","0,1,2,3"),NL(1,"农历","0,1,2","0,1,2,3"),TSRQ(2,"特殊日期","0,2","1,2,3"),SLRQ(3,"生理日期","0","1,2,3"); + GL(0,"公历","0,1,2","0,1,2,3"),NL(1,"农历","0,1,2","0,1,2,3"),TSRQ(2,"特殊日期","0,2","1,2,3"),SLRQ(3,"生理日期","0","1,2,3,4"); SendDateEnums(int id, String name,String freq,String serviceObj) { this.id = id;