Commit 4954ecfb3252fe4b5e60b3f4885ca9675b6c92cd
1 parent
4ee2b08b
fix: 定时任务 每天/每周
Showing
3 changed files
with
6 additions
and
0 deletions
Show diff stats
Datas/pro2d/activity/ActivityCtl.xlsx
No preview for this file type
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -855,6 +855,11 @@ |
855 | 855 | <var name="sinDatas" type="map,int,signData"/> |
856 | 856 | </bean> |
857 | 857 | |
858 | + <bean name="ActivityReward"> | |
859 | + <var name="id" type="int"/> | |
860 | + <var name="check" type="int"/> | |
861 | + <var name="reward" type="string"/> | |
862 | + </bean> | |
858 | 863 | <table name="TbGlobalBaseDatas" value="GlobalBaseDatas" input="pro2d/BaseData@GlobalBaseDatas.xlsx"/> |
859 | 864 | <table name="TbGlobalListDatas" value="GlobalListDatas" input="pro2d/List@GlobalBaseDatas.xlsx"/> |
860 | 865 | |
... | ... | @@ -926,4 +931,5 @@ |
926 | 931 | <table name="TbHeroItemFragment" value="HeroItemFragment" input="pro2d/HeroItemFragment.xlsx"/> |
927 | 932 | <table name="TbActivityCtl" value="ActivityCtl" input="pro2d/activity/ActivityCtl.xlsx"/> |
928 | 933 | <table name="TbActivitySign" value="ActivitySign" input="pro2d/activity/ActivitySign.xlsx"/> |
934 | + <table name="TbActivityReward" value="ActivityReward" input="pro2d/activity/ActivityReward.xlsx"/> | |
929 | 935 | </module> |
930 | 936 | \ No newline at end of file | ... | ... |