src/main/java/org/springblade/modules/comment/service/ICommentService.java
@@ -37,4 +37,6 @@ * @return */ IPage<CommentVO> selectSurveyPage(IPage<CommentVO> page, CommentVO comment); IPage<CommentVO> articlepage(IPage<CommentVO> page, CommentVO comment); }