Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment