李昊 4 éve
szülő
commit
0b25dad6ba

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Reply/ReplyService.Praise.cs

@@ -114,7 +114,7 @@ namespace GxPress.Service.Implement.Reply
                                 INNER JOIN
                             tede_user d ON d.Id = a.UserId
                         WHERE
-                            a.TypeValue IN ({AllTypeConst.Topic.GetHashCode()},{AllTypeConst.Notice.GetHashCode()},{AllTypeConst.Note.GetHashCode()})
+                            a.TypeValue IN ({AllTypeConst.Topic.GetHashCode()},{AllTypeConst.Notice.GetHashCode()},{AllTypeConst.Note.GetHashCode()},{AllTypeConst.TopicNote.GetHashCode()})
                                 AND a.UserId = {request.UserId}
                                 {sqlStr}
                                 AND b.AnalyzeType = 2