fix: 广告累计时间不正确修复
This commit is contained in:
@@ -52,7 +52,7 @@ public class RedisServiceImpl implements RedisService {
|
|||||||
}else {
|
}else {
|
||||||
Long expire = redisUtils.getExpire(freeWatchKey);
|
Long expire = redisUtils.getExpire(freeWatchKey);
|
||||||
if (expire == null) {
|
if (expire == null) {
|
||||||
expire = Long.valueOf(second);
|
expire = -1L;
|
||||||
}else {
|
}else {
|
||||||
expire += Long.valueOf(second);
|
expire += Long.valueOf(second);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user