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