月充值活动-爬榜BUG

This commit is contained in:
2025-08-20 12:39:46 +08:00
parent d6a5b3fe0b
commit 8f1d7504b3

View File

@@ -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);
}
}