Commit 3d1f3ade by 阮思源

Merge branch 'zyj-fixbug' into 'master'

fixbug

See merge request rays/pcloud-book!700
parents ed6f05e4 70e99167
...@@ -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