修正的点赞

This commit is contained in:
2025-03-14 17:34:18 +08:00
parent f6465ad970
commit 21895b9059
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ func (b *CaseComment) GetCaseCommentPage(c *gin.Context) {
isLike, _ = caseCommentLikeDao.GetCaseCommentLikeCount(maps)
// 加载数据-点赞
commentDto.LoadIsLike(isLike)
caseCommentDto.LoadIsLike(isLike)
}
// 处理剩余评论数量字段