|
@@ -98,6 +98,7 @@ public class UserPostRelationServiceImpl extends ServiceImpl<UserPostRelationMap
|
|
|
}
|
|
|
|
|
|
List<Long> finalUserIds1 = userIds;
|
|
|
+ finalUserIds1.addAll(userIdList);
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
List<UserPostRelation> userRelationList = this.list();
|
|
|
redisUtil.set(GlobalConstant.USER_POST_RELATION_CACHE_KEY, userRelationList);
|