洪城义警-正式版后台
钟日健
2022-02-22 98bc9b32dd472335e24be9b2dc31338e65a73ee8
src/main/java/org/springblade/modules/comment/mapper/CommentMapper.java
@@ -35,8 +35,10 @@
    * 自定义分页
    *
    * @param page
    * @param ulikes
    * @param comment
    * @return
    */
   List<CommentVO> selectSurveyPage(IPage page, CommentVO ulikes);
   List<CommentVO> selectSurveyPage(IPage page, CommentVO comment);
   List<CommentVO> articlepage(IPage page, CommentVO comment);
}