fix: can not delete post meta.

pull/755/head
ruibaby 2019-12-01 20:23:53 +08:00
parent b2a6d06173
commit 47ea992e7c
1 changed files with 2 additions and 0 deletions

View File

@ -557,6 +557,8 @@ public class PostServiceImpl extends BasePostServiceImpl<Post> implements PostSe
postCategoryService.removeByPostId(post.getId()); postCategoryService.removeByPostId(post.getId());
postMetaService.removeByPostId(post.getId());
// List all tags // List all tags
List<Tag> tags = tagService.listAllByIds(tagIds); List<Tag> tags = tagService.listAllByIds(tagIds);