Fixbug 私密日志取消被推荐、私密日志取消被搜索

This commit is contained in:
limqhz
2022-05-16 11:50:11 +08:00
parent 58a77f9902
commit 15658fe016
8 changed files with 58 additions and 15 deletions

View File

@@ -24,5 +24,6 @@ public interface BlogService extends IService<Blog> {
List<BlogWithUser> getMyBlogs(String userId,MyPageParam myPageParam);
void addRecord(Blog blog, String sessionId);
BlogWithUser getReadBlog(String bid,String sessionId,String userId);
}