评论优化

This commit is contained in:
2020-09-10 18:29:42 +08:00
parent d1e946a31f
commit 8662dd44f0
6 changed files with 154 additions and 62 deletions
@@ -13,10 +13,6 @@ public interface IPostsService {
List<Post> findOneBy(Integer id);
List<Post> findAllByDIdAndparentIdNull(Integer dId);
List<Post> findAllByDIdAndparentIdNotNull(Integer dId);
List<PostCustom> findPostCustomById(Integer id);
Post findOneByid(Integer parentId);