正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -109,6 +109,7 @@ func (l *SystemGetArticleLogic) SystemGetArticle(req *types.SystemArticleGetRequ | @@ -109,6 +109,7 @@ func (l *SystemGetArticleLogic) SystemGetArticle(req *types.SystemArticleGetRequ | ||
109 | ParagraphType: item.ParagraphType, | 109 | ParagraphType: item.ParagraphType, |
110 | }) | 110 | }) |
111 | }) | 111 | }) |
112 | + resp.Cover = article.GetCoverWithSections(articleSections) | ||
112 | userIds := lo.Union(resp.WhoRead, resp.WhoReview) | 113 | userIds := lo.Union(resp.WhoRead, resp.WhoReview) |
113 | if len(userIds) > 0 { | 114 | if len(userIds) > 0 { |
114 | _, users, err := l.svcCtx.UserRepository.Find(l.ctx, conn, domain.NewQueryOptions().WithKV("ids", userIds)) | 115 | _, users, err := l.svcCtx.UserRepository.Find(l.ctx, conn, domain.NewQueryOptions().WithKV("ids", userIds)) |
-
请 注册 或 登录 后发表评论