Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

在做协会网站时,有一个API,是可以通过标签查询对应的文章。所以我在文章的 DAO , IArticleDAO 里有个函数 @Query("select a from ArticleTag a where a.tag in ?1 and a.article.status in ?2") Page<Article> findArticleByTags(List&...