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