跑马灯
parent
62e5c9314c
commit
b946685cdf
|
@ -355,7 +355,7 @@ public class MessageUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void checkAndSendMsg(){
|
public static void checkAndSendMsg(){
|
||||||
Set<ZSetOperations.TypedTuple<String>> adventureBossRankInfo= RedisUtil.getInstence().getZsetreverseRangeWithScores(RedisKey.SYSMSG,"", 0,-1);
|
Set<ZSetOperations.TypedTuple<String>> adventureBossRankInfo= RedisUtil.getInstence().getZsetRangeWithScores(RedisKey.SYSMSG, "",0,-1);
|
||||||
int rank = 0;
|
int rank = 0;
|
||||||
long current = System.currentTimeMillis();
|
long current = System.currentTimeMillis();
|
||||||
for(ZSetOperations.TypedTuple<String> item : adventureBossRankInfo){
|
for(ZSetOperations.TypedTuple<String> item : adventureBossRankInfo){
|
||||||
|
|
Loading…
Reference in New Issue