活动配置检查
parent
f93bfc4ea3
commit
e0eca47ef0
|
@ -37,6 +37,8 @@ public class SGlobalActivity implements BaseConfig {
|
|||
|
||||
private int resetGrade;
|
||||
|
||||
private int openRanking;
|
||||
|
||||
|
||||
@Override
|
||||
public void init() throws Exception {
|
||||
|
@ -56,6 +58,7 @@ public class SGlobalActivity implements BaseConfig {
|
|||
}
|
||||
sGlobalActivity.setStartTimeLong(Long.parseLong(startTime));
|
||||
sGlobalActivity.setEndTimeLong(Long.parseLong(endtime));
|
||||
|
||||
}
|
||||
sGlobalActivityMap = config;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue