Commit cdf78d81 by 段启岩

修复博客推荐

parent 63a9cba8
...@@ -498,7 +498,7 @@ public class BlogServiceImpl extends ServiceImpl<BlogMapper, Blog> implements IB ...@@ -498,7 +498,7 @@ public class BlogServiceImpl extends ServiceImpl<BlogMapper, Blog> implements IB
blogPage.setRecords(List.of()); blogPage.setRecords(List.of());
} else { } else {
//批量查找博客 //批量查找博客
blogPage.setRecords(blogMapper.listByIdsWithTags(blogIds)) blogPage.setRecords(blogMapper.listByIdsWithTags(blogIds));
} }
return blogPage; return blogPage;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment