正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -134,7 +134,7 @@ func Comments(header *protocol.RequestHeader, request *protocol.CommentsRequest) | @@ -134,7 +134,7 @@ func Comments(header *protocol.RequestHeader, request *protocol.CommentsRequest) | ||
134 | total int | 134 | total int |
135 | exists bool | 135 | exists bool |
136 | ) | 136 | ) |
137 | - if comments, total, err = models.GetComments(header.UserId, request.SourceType, request.SourceId, request.LastId, request.PageSize); err != nil { | 137 | + if comments, total, err = models.GetComments(0, request.SourceType, request.SourceId, request.LastId, request.PageSize); err != nil { |
138 | log.Error(err) | 138 | log.Error(err) |
139 | return | 139 | return |
140 | } | 140 | } |
-
请 注册 或 登录 后发表评论