作者 庄敏学

文章评论

@@ -32,6 +32,7 @@ func (l *SystemArticleCommentSearchLogic) SystemArticleCommentSearch(req *types. @@ -32,6 +32,7 @@ func (l *SystemArticleCommentSearchLogic) SystemArticleCommentSearch(req *types.
32 WithOffsetLimit(req.Page, req.Size). 32 WithOffsetLimit(req.Page, req.Size).
33 WithKV("articleId", req.ArticleId). 33 WithKV("articleId", req.ArticleId).
34 WithKV("topId", req.TopId). 34 WithKV("topId", req.TopId).
  35 + WithKV("show", req.Show).
35 WithKV("fromUserName", req.Author). 36 WithKV("fromUserName", req.Author).
36 WithKV("beginCreatedAt", req.BeginTime). 37 WithKV("beginCreatedAt", req.BeginTime).
37 WithKV("endCreatedAt", req.EndTime) 38 WithKV("endCreatedAt", req.EndTime)