|
@@ -2164,7 +2164,7 @@ public class LiveRoomServiceImpl extends ServiceImpl<LiveRoomDao, LiveRoom> impl
|
|
|
// 设置进入时间
|
|
|
RBucket<Long> userStateTimeCache = redissonClient.getBucket(LIVE_USER_LAST_TIME.replace(USER_ID, userId.toString()));
|
|
|
long time = new Date().getTime();
|
|
|
- log.info(" cacheTime: {}, userStateTime: {}", userStateTimeCache.get(), time);
|
|
|
+ log.info(" join cacheTime: {}, userStateTime: {}", userStateTimeCache.get(), time);
|
|
|
userStateTimeCache.set(time, 60L, TimeUnit.MINUTES);
|
|
|
|
|
|
LiveRoomWrapper.LiveRoomVo liveRoomVo = queryRoomInfo(roomUid);
|