Revert "optimize(backend): optimize /api/posts/latest-reply"

This reverts commit 1e87e9252d.
This commit is contained in:
tim
2025-08-14 18:54:12 +08:00
parent 76176e135c
commit df56d7e885
5 changed files with 2 additions and 64 deletions

View File

@@ -67,10 +67,4 @@ public class Post {
@Column
private LocalDateTime pinnedAt;
@Column(nullable = false)
private long commentCount = 0;
@Column
private LocalDateTime lastReplyAt;
}