评论优化

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
@@ -80,7 +80,7 @@ public class UserPostController extends BaseController {
List<Tag> tags = tagsService.findByDId(id);
List<PostCustom> postsObj = postsService.findPostCustomById(id);
List postsObj = postsService.findPostCustomById(id);
map.put("tags", tags);