...
|
...
|
@@ -65,6 +65,7 @@ func (l *SystemGetArticleLogic) SystemGetArticle(req *types.SystemArticleGetRequ |
|
|
CountRead: article.CountRead,
|
|
|
Show: int(article.Show),
|
|
|
Tags: make([]types.ArticleTagItem, 0),
|
|
|
TargetUser: int(article.TargetUser),
|
|
|
}
|
|
|
//标签
|
|
|
if len(article.Tags) > 0 {
|
...
|
...
|
|