Commit 5009fd08 by 朱亚洁

feat:[1003921]自建码规则更新-小睿码改成/t-3

parent 546d5782
...@@ -3511,7 +3511,7 @@ public class BookBizImpl implements BookBiz { ...@@ -3511,7 +3511,7 @@ public class BookBizImpl implements BookBiz {
if (null == book || StringUtil.isEmpty(book.getBookName())){ if (null == book || StringUtil.isEmpty(book.getBookName())){
return map; return map;
} }
BookAdviserDto bookAdviserDto = bookAdviserDao.getBase(bookId, adviserId, channelId); BookAdviserDto bookAdviserDto = bookAdviserDao.getBase(bookId, channelId, adviserId);
if (null == bookAdviserDto){ if (null == bookAdviserDto){
return map; 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