Commit ffe95cca3bbc7de8642c468110f44d8ce054b3fd

Authored by liquanyu
1 parent 5ea11dfa9c

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java View file @ ffe95cc
... ... @@ -13,7 +13,7 @@
13 13 public enum SendDateEnums {
14 14  
15 15  
16   - GL(0,"公历","0,1,2","0,1"),NL(1,"农历","0,1,2","0,1"),TSRQ(2,"特殊日期","2","1"),SLRQ(3,"生理日期","0","1");
  16 + 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");
17 17  
18 18 SendDateEnums(int id, String name,String freq,String serviceObj) {
19 19 this.id = id;