Commit 70e99167 by 朱亚洁

fixbug

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