🎨 修改文章默认标签为"待分类"
This commit is contained in:
parent
2542cf4515
commit
59992dcd53
@ -103,8 +103,10 @@ public class TagServiceImpl extends AbstractService<Tag> implements TagService {
|
||||
tags.append(tagNlpDTO.getTag()).append(",");
|
||||
}
|
||||
article.setArticleTags(tags.toString());
|
||||
saveTagArticle(article, articleContentHtml);
|
||||
} else {
|
||||
article.setArticleTags("待分类");
|
||||
}
|
||||
saveTagArticle(article, articleContentHtml);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user