Commit a4eef801 by Administrator

Merge branch 'feature/1003901-01' into 'master'

feat: [1003901]系列书推荐

See merge request rays/pcloud-book!1056
parents 546d5782 5009fd08
......@@ -3511,7 +3511,7 @@ public class BookBizImpl implements BookBiz {
if (null == book || StringUtil.isEmpty(book.getBookName())){
return map;
}
BookAdviserDto bookAdviserDto = bookAdviserDao.getBase(bookId, adviserId, channelId);
BookAdviserDto bookAdviserDto = bookAdviserDao.getBase(bookId, channelId, adviserId);
if (null == bookAdviserDto){
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