洪城义警-正式版后台
zengh
2022-03-07 5b03cdbe799e8a91f9fcd0fd4f636a6c2c4440fd
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);
}