framework/src/main/java/cn/lili/modules/lmk/service/impl/VideoServiceImpl.java
@@ -558,8 +558,15 @@ case "recommend":// 加载推荐视频 baseMapper.recommendVideo(page, query); //推荐视频重新排序 WxVideoVO wxVideoVO = null; if (StringUtils.isNotBlank(query.getVideoId())) { wxVideoVO = baseMapper.recommendVideoByVideoId(query); } List<WxVideoVO> records = page.getRecords(); Collections.shuffle(records); if (wxVideoVO!=null) { records.set(0, wxVideoVO); } break; case "author": // 加载视频主页我发布的视频 AuthorVideoQuery query1 = new AuthorVideoQuery();