Commit 2430080b by 段启岩

修复博客推荐

parent 46753348
...@@ -33,5 +33,5 @@ public interface BlogMapper extends BaseMapper<Blog> { ...@@ -33,5 +33,5 @@ public interface BlogMapper extends BaseMapper<Blog> {
* @param blogIds * @param blogIds
* @return * @return
*/ */
List<Blog> listByIdsWithTags(Collection<String> blogIds); List<Blog> listByIdsWithTags(@Param("blogIds")Collection<String> blogIds);
} }
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