Commit 5ba9b93d by Administrator

Merge branch 'fixbug/1003945' into 'master'

bug: [1003945] 【分享互动 】编辑器粘贴文章后,预览不全

See merge request rays/pcloud-book!1071
parents 24fabfc4 a4d95af3
......@@ -5283,6 +5283,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
if (null != bookDto) {
map.put("bookName", bookDto.getBookName());
map.put("coverImg", bookDto.getCoverImg());
map.put("publish", bookDto.getPublish());
}
map.put("isXIAORUI", isXIAORUI);
map.put("isLibraryBook", bookBiz.checkIsLibraryBook(adviserId, bookId) ? 1 : 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment