Commit 877e9946 by 朱亚洁

1002829小睿首页

parent 00ee8e07
......@@ -4856,6 +4856,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
BookDto bookDto = bookBiz.getBaseById(bookId);
if (null != bookDto) {
map.put("bookName", bookDto.getBookName());
map.put("coverImg", bookDto.getCoverImg());
}
map.put("isXIAORUI",isXIAORUI);
return map;
......
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