Authored by zhaoqing

小程序

... ... @@ -326,7 +326,7 @@ public class DrawlineUserQueueServiceImpl implements IDrawlineUserQueueService {
}
// (6)redis 获取排队数据
String redisKeySuffix = activityId + ":" + sort + ":" + limit;
String redisKeySuffix = activityId + ":" + uid + ":" + sort + ":" + limit;
DrawlineUserQueueRespBO[] arawlineUserQueueRespBOArr = redisValueCache.get(CacheKeyEnum.MY_DRAWLINE_QUEUELIST, redisKeySuffix, DrawlineUserQueueRespBO[].class);
if (null != arawlineUserQueueRespBOArr) {
logger.debug("getMyDrawlineUserQueueList: get result from redis. first result is {}", arawlineUserQueueRespBOArr[0]);
... ...