Authored by bblu

开奖时间设置为活动结束前5分钟

... ... @@ -112,7 +112,7 @@ public class TimeTaskServiceImpl implements ITimeTaskService {
public void run() {
luckyDraw(id, endTime);
}
}, endTime - currentTime + 120000, TimeUnit.MILLISECONDS);
}, endTime - currentTime - 300000, TimeUnit.MILLISECONDS);
}
}
... ...