Commit ba17b986 by 郑永强

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

parent 70c76ee0
......@@ -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