排行榜

back_recharge
xuexinpeng 2022-02-28 11:55:59 +08:00
parent 2ada704ba3
commit bb2d555e64
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class ActivityLogic implements IEventHandler{
GlobalSystemControl globalSystemControl = GlobalSystemControl.getGlobalSystemControl();
HashMap<Integer, Long> activityPreMap = globalSystemControl.getActivityPreEnd();
if(activityPreMap.containsKey(sGlobalActivity.getId())){
if(activityPreMap.get(sGlobalActivity.getId())>endTime && activityPreMap.get(sGlobalActivity.getId())<gapEndTime){
if(activityPreMap.get(sGlobalActivity.getId())>=endTime && activityPreMap.get(sGlobalActivity.getId())<=gapEndTime){
continue;
}
}