月充值活动-爬榜BUG
This commit is contained in:
@@ -355,9 +355,9 @@ public class ActivityOfChargeService {
|
||||
list.expire(expire, TimeUnit.DAYS);
|
||||
for (int i = level - 1; i > 0; i--) {
|
||||
levelListKey = getLevelListKey(i, date, partitionId);
|
||||
redissonClient.getList(levelListKey, LongCodec.INSTANCE).remove(partitionId);;
|
||||
redissonClient.getList(levelListKey, LongCodec.INSTANCE).remove(uid);;
|
||||
levelSetKey = getLevelSetKey(i, date, partitionId);
|
||||
redissonClient.getSet(levelSetKey, LongCodec.INSTANCE).remove(partitionId);
|
||||
redissonClient.getSet(levelSetKey, LongCodec.INSTANCE).remove(uid);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user