|
@@ -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
|