Merge branch 'master_test_gn_mcz' into master_test_gn

back_recharge
mengchengzhen 2021-04-06 16:50:01 +08:00
commit 005dd17fb9
1 changed files with 3 additions and 1 deletions

View File

@ -117,7 +117,9 @@ public class SGlobalActivity implements BaseConfig {
return time;
}
public static List<SGlobalActivity> getsGlobalActivityMapByType(int type) {
return sGlobalActivityMapByType.get(type);
}
public void setStartTimeLong(long startTimeLong) {
this.startTimeLong = startTimeLong;