正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -162,6 +162,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR | @@ -162,6 +162,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR | ||
162 | Author: articleAuthor, | 162 | Author: articleAuthor, |
163 | Title: req.Title, | 163 | Title: req.Title, |
164 | Images: images, | 164 | Images: images, |
165 | + Attachments: NewDomainAttachments(req.Attachments), | ||
165 | WhoRead: whoRead, | 166 | WhoRead: whoRead, |
166 | WhoReview: whoReview, | 167 | WhoReview: whoReview, |
167 | Location: domain.Location{ | 168 | Location: domain.Location{ |
-
请 注册 或 登录 后发表评论