李昊 4 년 전
부모
커밋
0b25dad6ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Reply/ReplyService.Praise.cs

+ 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