...
|
...
|
@@ -32,7 +32,7 @@ func (l *SystemArticleCommentSearchLogic) SystemArticleCommentSearch(req *types. |
|
|
WithOffsetLimit(req.Page, req.Size).
|
|
|
WithKV("articleId", req.ArticleId).
|
|
|
WithKV("topId", req.TopId).
|
|
|
WithKV("fromUserId", req.AuthorId).
|
|
|
WithKV("fromUserName", req.Author).
|
|
|
WithKV("beginCreatedAt", req.BeginTime).
|
|
|
WithKV("endCreatedAt", req.EndTime)
|
|
|
total, comments, err := l.svcCtx.ArticleCommentRepository.Find(l.ctx, conn, queryOptions)
|
...
|
...
|
|