Authored by bblu

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

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