fix
Helius
2022-07-07 d5319cffb668574b726a52d08afd3aa5323e3d7b
src/main/java/com/xcong/farmer/cms/modules/system/mapper/ArticleMapper.java
@@ -25,4 +25,6 @@
    IPage<ArticleEntity> selectArticleInPage(Page<ArticleEntity> page, @Param("record") ArticleEntity article);
    IPage<WebArticleVo> selectWebArticleInPage(Page<WebArticleVo> page, ArticleEntity articleEntity);
    List<Long> selectArticleIdsByColumnId(@Param("columnId") Long columnId, @Param("companyId") Long companyId, @Param("type") Integer type);
}