Commit 70e99167 by 朱亚洁

fixbug

parent ed6f05e4
...@@ -4839,7 +4839,7 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -4839,7 +4839,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
Boolean isXIAORUI=false; Boolean isXIAORUI=false;
if (null!=bookGroupDTO && JoinGroupTypeEnum.XIAORUI.getCode().equals(bookGroupDTO.getJoinGroupType())){ if (null!=bookGroupDTO && JoinGroupTypeEnum.XIAORUI.getCode().equals(bookGroupDTO.getJoinGroupType())){
isXIAORUI=true; isXIAORUI=true;
RightsSettingDto rightsSettingDto = rightsSettingBiz.getRightsSettingByBookId4AppletHome(bookId,channelId,adviserId); RightsSettingDto rightsSettingDto = rightsSettingBiz.getRightsSettingByBookId4AppletHome(bookId,adviserId,channelId);
if (null!=rightsSettingDto){ if (null!=rightsSettingDto){
map.put("rightsSettingId", rightsSettingDto.getId()); map.put("rightsSettingId", rightsSettingDto.getId());
} }
......
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