Commit 0cb6272f by 裴大威

Merge branch 'fix-activity-group' into 'master'

小程序端首页专享社群bug解决

See merge request rays/pcloud-book!750
parents 70c76ee0 ba17b986
......@@ -845,7 +845,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
items.add(nowItem);
}
}
if (items.size() < top) {
// 非专享社群才进行补充资讯
if (items.size() < top && !RightsNowItemType.GROUP_SERVICE.value.equals(rightsSettingTitle.getRightsSettingNowType())) {
// 填充咨询
supplementNews(rightsSettingId, wechatUserId, rightsClassifyId, top, items);
}
......
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