@@ -113,7 +113,7 @@ func SetHotQuestionComment(questionCommentId int) (err error, errMsg string) {
//var isHot int8
isHot := int8(1)
- if questionCommentInfo.IsTop == 1 {
+ if questionCommentInfo.IsHot == 1 {
isHot = 0
}
//标记删除