src/main/java/org/springblade/modules/article/service/ArticleService.java
@@ -27,6 +27,8 @@ */ IPage<Article> pageDate(IPage<Article> page, ArticleVo article); IPage<Article> pageCollectList(IPage<Article> page, ArticleVo article); /** * 查询资讯分页信息(角色权限)附带评论点赞数 * @param page @@ -35,5 +37,13 @@ */ IPage<Article> pageLikes(IPage<Article> page, ArticleVo article); /** * 查看已收藏的资讯 * @param page * @param article 资讯对象 * @return */ IPage<Article> pageCollect(IPage<Article> page, ArticleVo article); Boolean upcomment(String ids,String type); }