|
@@ -381,11 +381,9 @@ public class RoomServiceImpl extends ServiceImpl<IRoomMapper, Room> implements I
|
|
|
redisUtil.del(RoomUtil.redisKey+"live:"+wxRoomId);
|
|
|
}
|
|
|
|
|
|
- if(roomUserId == null){
|
|
|
- room.setLastLookTime(DateUtil.formatDateTime(new Date()));
|
|
|
- room.setUpdateTime(null);
|
|
|
- this.updateById(room);
|
|
|
- }
|
|
|
+ room.setLastLookTime(DateUtil.formatDateTime(new Date()));
|
|
|
+ room.setUpdateTime(null);
|
|
|
+ this.updateById(room);
|
|
|
}
|
|
|
|
|
|
|