Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
期刊文章的 articleId 是否与我们从中获得的 entryId 相同:
assetEntry.getEntryId();
? 如果没有,我怎样才能获得 articleId?
提前致谢。
我真的不明白这里的问题, 你可以JournalArticleLocalServiceUtil通过各种 get 方法来获取 JournalArticles。在此之后,您可以使用JournalArticle.getArticleId()
JournalArticleLocalServiceUtil
JournalArticle.getArticleId()