update theme and user top
This commit is contained in:
@@ -12,7 +12,7 @@ public interface IPostsService {
|
||||
|
||||
List<Post> findOneBy(Integer id);
|
||||
|
||||
List<PostCustom> findPostCustomById(Integer id);
|
||||
List findPostCustomById(Integer id, String sort);
|
||||
|
||||
Post findOneByid(Integer parentId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user