正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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) |
-
请 注册 或 登录 后发表评论