BUGFIX;
This commit is contained in:
@@ -36,7 +36,7 @@ public class MyTaskScheduler {
|
||||
Long currentTimestamp = System.currentTimeMillis();
|
||||
|
||||
// 计算时间差(毫秒)
|
||||
long timeDifference = currentTimestamp - timestamp;
|
||||
long timeDifference = timestamp - currentTimestamp;
|
||||
|
||||
if (timeDifference < 0) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user